Skip to content

Commit

Permalink
Explicitly add index.js to the package.json files array
Browse files Browse the repository at this point in the history
This shouldn't be necessary but may resolve an issue with npm@<1.4.0.

See #12.
  • Loading branch information
xzyfer committed May 12, 2017
1 parent c4e8ec0 commit d84958c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"prepublishOnly": "npm run build"
},
"files": [
"index.js",
"lib"
],
"repository": {
Expand Down

0 comments on commit d84958c

Please sign in to comment.