From 30de71ca5238d998c96bb900818d08a119d3ea7f Mon Sep 17 00:00:00 2001 From: maikelmclauflin Date: Sun, 15 Nov 2020 13:23:04 -0600 Subject: [PATCH] fixed share --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",