Skip to content

Commit

Permalink
Merge pull request #9 from arve0/postpublish
Browse files Browse the repository at this point in the history
git push after npm publish
  • Loading branch information
arve0 committed May 31, 2016
2 parents e2a2e92 + cd80c01 commit d7b0274
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 @@ -5,8 +5,9 @@
"main": "index.js",
"scripts": {
"postinstall": "node check.js",
"preversion": "npm test",
"preversion": "npm test",
"prepublish": "npm test",
"postpublish": "git push && git push --tags",
"test": "mocha test/test.js"
},
"repository": {
Expand Down

0 comments on commit d7b0274

Please sign in to comment.