1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

publish script

This commit is contained in:
ido 2015-08-02 17:46:11 +03:00
parent 1e32a7c222
commit 473283ffd5

View File

@ -8,7 +8,10 @@
}, },
"scripts": { "scripts": {
"test": "node test/src/test.js", "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": { "repository": {
"type": "git", "type": "git",