Skip to content

Commit

Permalink
adds pre and postversion scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanpedersen committed Oct 19, 2017
1 parent ceda2b0 commit 54e92a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "Immutable version of dot-prop with some extensions",
"main": "index.js",
"scripts": {
"postversion": "git push && git push --tags",
"preversion": "npm test",
"test": "mocha"
},
"repository": {
Expand Down

0 comments on commit 54e92a2

Please sign in to comment.