From 8174bfee819f4560c421b595989a6621db0de5f9 Mon Sep 17 00:00:00 2001 From: Icebob Date: Tue, 31 May 2016 13:55:35 +0200 Subject: [PATCH] Modify publish npm script --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index c5b5a511..9c334c42 100644 --- a/package.json +++ b/package.json @@ -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",