Skip to content

Commit

Permalink
auto publish and push
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 14, 2017
1 parent 27a201e commit 3798a39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"author": "Isaac Z. Schlueter <i@izs.me>",
"main": "abbrev.js",
"scripts": {
"test": "tap test.js --100"
"test": "tap test.js --100",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"repository": "http://github.com/isaacs/abbrev-js",
"license": "ISC",
Expand Down

0 comments on commit 3798a39

Please # to comment.