Skip to content

Commit

Permalink
Modify publish npm script
Browse files Browse the repository at this point in the history
icebob committed May 31, 2016
1 parent 1e39755 commit 8174bfe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -16,10 +16,7 @@
"pretest": "npm run lint",
"test": "karma start test/karma.conf.js",
"ci": "karma start test/karma.conf.js --auto-watch --no-single-run --reporters=dots",
"bump:patch": "mversion patch",
"bump:minor": "mversion minor",
"bump:major": "mversion major",
"publish:patch": "npm version patch && git push --follow-tags && npm publish"
"publish": "git push --follow-tags && npm publish"
},
"repository": {
"type": "git",

0 comments on commit 8174bfe

Please sign in to comment.