castillo-io / angular-css

CSS on-demand for AngularJS [Looking for New Maintainers]
http://castillo-io.github.io/angular-css/#/
MIT License
470 stars 86 forks source link

package.json incorrectly references index.js #75

Open primaltalk opened 7 years ago

primaltalk commented 7 years ago

The file package.json contains the following line:

"main": index.js

This specifies the entry point for npm, but there's no index.js in the package. It should reference angular-css.js instead.