Skip to content

Commit

Permalink
prepublish -> prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Sep 6, 2017
1 parent 09172e1 commit eeb03fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build": "babel lib -d dist --source-maps",
"test": "mocha --compilers js:babel-core/register -R spec",
"coverall": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"prepublish": "npm run build"
"prepare": "npm run build"
},
"engines": {
"node": ">= 6.0"
Expand Down

0 comments on commit eeb03fe

Please sign in to comment.