stefanjudis / credits

Find out on whose work your project is based on
MIT License
10 stars 18 forks source link

Increase jspm search. #91

Closed Hypercubed closed 8 years ago

Hypercubed commented 8 years ago

Currently, jspm analyzer only searches for package.json under jspm_packages/npm and jspm_packages/github/components. It should:

1) Search all directories under jspm_packages/github (i.e. jspm_packages/github/**/**/) 2) Examine bower.json if package.json is missing.