angular-css icon indicating copy to clipboard operation
angular-css copied to clipboard

package.json incorrectly references index.js

Open primaltalk opened this issue 9 years ago • 0 comments

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.

primaltalk avatar Nov 15 '16 09:11 primaltalk