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

package.json should have a "main" #31

Closed
jreichenberg opened this issue Aug 2, 2016 · 2 comments
Closed

package.json should have a "main" #31

jreichenberg opened this issue Aug 2, 2016 · 2 comments
Assignees

Comments

@jreichenberg
Copy link

package.json is missing a "main" field. bower.json has

"main": "css/reflex.css",

What are your thoughts about making package.json have the same? I'm using https://www.npmjs.com/package/resolve to resolve the location of the installed package and it relies on having a "main" field that points to a file (or index.js).

@leejordan
Copy link
Owner

Sure, I will add this. At the very least just for consistency between npm and bower :)

@leejordan leejordan self-assigned this Aug 24, 2016
@leejordan
Copy link
Owner

Fixed by this commit to master b1955f9

New release coming later with some other changes.

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

No branches or pull requests

2 participants