Skip to content

Commit

Permalink
Fixes missing index.js in published package (avevlad#241)
Browse files Browse the repository at this point in the history
Using npm-script "prepublish" (https://docs.npmjs.com/misc/scripts#use-cases)
  • Loading branch information
Kyrodan committed Jan 3, 2018
1 parent 90ce6c2 commit 2baeca2
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 @@ -31,6 +31,7 @@
"scripts": {
"test": "mocha",
"pretest": "coffee -o . -bc src/"

This comment has been minimized.

Copy link
@chrisdotm

chrisdotm Jan 3, 2018

I believe you're missing a comma here

This comment has been minimized.

Copy link
@Kyrodan

Kyrodan via email Jan 3, 2018

Author Owner
"prepublish": "coffee -o . -bc src/"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit 2baeca2

Please sign in to comment.