Skip to content

Commit

Permalink
Amended NPM scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantachai Saothong (Manta) committed Apr 27, 2017
1 parent e780139 commit ba8b689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"scripts": {
"test": "node ./test/runner.js",
"preversion": "npm test",
"postversion": "git push --tags --quiet origin master:master && npm publish"
"version": "npm publish",
"postversion": "git push --tags --quiet origin master:master"
},
"devDependencies": {
"jasmine": "^2.5.3"
Expand Down

0 comments on commit ba8b689

Please sign in to comment.