Skip to content

Commit

Permalink
Rename prepublish to prepare in npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
erikap committed Nov 20, 2018
1 parent 80db0bd commit 8e81fd0
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 @@ -6,7 +6,7 @@
"module": "src/index.js",
"scripts": {
"test": "mocha --compilers js:babel-register",
"prepublish": "rm -rf dist && babel src --out-dir dist"
"prepare": "rm -rf dist && babel src --out-dir dist"
},
"babel": {
"presets": [
Expand Down

0 comments on commit 8e81fd0

Please sign in to comment.