Skip to content

Commit

Permalink
Merge pull request #6 from vieron/version-script
Browse files Browse the repository at this point in the history
npm: add version script
  • Loading branch information
vieron committed Apr 20, 2016
2 parents e2b7bc0 + 6aa9d37 commit 52ab42f
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 @@ -41,6 +41,7 @@
},
"scripts": {
"test": "mocha --harmony --full-trace --check-leaks",
"preversion": "npm run test"
"preversion": "npm run test",
"version": "git add -A ."
}
}

0 comments on commit 52ab42f

Please sign in to comment.