Closed Hypercubed closed 8 years ago
Currently, jspm analyzer only searches for package.json under jspm_packages/npm and jspm_packages/github/components. It should:
package.json
jspm_packages/npm
jspm_packages/github/components
1) Search all directories under jspm_packages/github (i.e. jspm_packages/github/**/**/) 2) Examine bower.json if package.json is missing.
jspm_packages/github
jspm_packages/github/**/**/
bower.json
Currently, jspm analyzer only searches for
package.json
underjspm_packages/npm
andjspm_packages/github/components
. It should:1) Search all directories under
jspm_packages/github
(i.e.jspm_packages/github/**/**/
) 2) Examinebower.json
ifpackage.json
is missing.