diff --git a/package.json b/package.json index 8ec707e..ce1d2b8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "tslint -c tslint.json -p tsconfig.json", "clean": "rm -rf ./dist ./coverage", "test": "npm run build && jest --runInBand --coverage && coverage-shield --reportFile=coverage/clover.xml --destinationDir=coverage", - "share": "npm version patch && git push && npm publish" + "share": "git push && npm publish" }, "repository": { "type": "git",