Skip to content

Commit

Permalink
Fix: prepublish => prepare in NPM5
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Aug 27, 2017
1 parent a189a47 commit 80c2633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -7,13 +7,13 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"compile": "babel -d lib/ src/ --source-maps both",
"prepublish": "npm run compile",
"test": "npm run compile && mocha",
"prepare": "npm run compile",
"test": "mocha",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"engines": {
"node": ">=6",
"npm": ">=4"
"npm": ">=5"
},
"keywords": [
"torrent",
Expand Down

0 comments on commit 80c2633

Please sign in to comment.