Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

houmark
Copy link

@houmark houmark commented Aug 11, 2016

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).

There's currently no way to include CSS in the package.json file, so it will need to be included manually by the developer.
Make it possible to `require('nz-toggle');`

This makes it a one line require in AngularJS after installing using
nam (not considering CSS).
@houmark
Copy link
Author

houmark commented Aug 11, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant