Skip to content

Commit

Permalink
Merge pull request #242 from Kyrodan/patch-1
Browse files Browse the repository at this point in the history
Using prepublish-script to force compiling index.js
  • Loading branch information
avevlad committed Jan 4, 2018
2 parents 90ce6c2 + 7f8c361 commit 535132e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -30,7 +30,8 @@
],
"scripts": {
"test": "mocha",
"pretest": "coffee -o . -bc src/"
"pretest": "coffee -o . -bc src/",
"prepublish": "coffee -o . -bc src/"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit 535132e

Please sign in to comment.