leejordan/reflex

package.json should have a "main"

Closed this issue · 2 comments

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

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

Fixed by this commit to master b1955f9

New release coming later with some other changes.