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.
The file package.json contains the following line:
"main": index.jsThis specifies the entry point for npm, but there's no index.js in the package. It should reference angular-css.js instead.