jspm / npm

NPM Location Service
19 stars 34 forks source link

The index.js not available when installing npm:angular-ui-bootstrap with jspm #119

Closed jjmurre closed 8 years ago

jjmurre commented 8 years ago

After installing angular-ui-bootstrap with jspm the 'index.js' is missing from the top-level dir of 'angular-ui-bootstrap'.

When installing with npm contents of this top-level dir is:

jspm only installs:

guybedford commented 8 years ago

Are there files or ignore properties in the package.json? If so it would jspm respecting those.

jjmurre commented 8 years ago

There is a 'files' property:

"files": [ "dist/", "src/", "template/" ], So I guess I have to ask them to add 'index.js' into this property. I file an issue in their tracker. Tx. for your quick response.