tannerlinsley / nz-toggle

Dual and triple-state toggles for AngularJS
http://codepen.io/anon/pen/yNjyME
40 stars 29 forks source link

npm cannot handle "main" as an array - must be a string #35

Open houmark opened 8 years ago

houmark commented 8 years ago

There's currently no way to include CSS in the package.json file, so it will need to be included manually by the developer.

The current package.json does not install with npm install, so this is pretty much the only option. Documentation for npm install could include ways to include the CSS file (I include it with @import in my main.scss file and that works just fine).

houmark commented 8 years ago

I also corrected a few URL's that went 404 in package.json.