angular-css
angular-css copied to clipboard
package.json incorrectly references index.js
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.