publish script

This commit is contained in:
ido 2015-08-02 17:46:11 +03:00
parent 1e32a7c222
commit 473283ffd5
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@
},
"scripts": {
"test": "node test/src/test.js",
"test-cov": "istanbul cover test/src/test.js -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/"
"test-cov": "istanbul cover test/src/test.js -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
"patch": "npm version patch -m\"update version to %s\" && git push && git push --tags",
"minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",
"major": "npm version major -m\"update version to %s\" && git push && git push --tags"
},
"repository": {
"type": "git",