From e1691efcd9210e80717d0093669679d1ef3f868a Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 30 Oct 2017 00:42:36 +0100 Subject: [PATCH] chore: fix typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13b93b75ab..ed1ada41c9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "localInstall": "sudo echo 'Starting local install' && rm -Rf ./dist/ && gulp build && build && sudo dpkg -i dist/superProductivity*.deb", "dist": "gulp build && build", "newMinorRelease": "npm version minor && git push --tags && git push && git checkout master && git merge develop && git push && git checkout develop && ./deploy.sh", - "newPathRelease": "npm version patch && git push --tags && git push && git checkout master && git merge develop && git push && git checkout develop && ./deploy.sh" + "newPatchRelease": "npm version patch && git push --tags && git push && git checkout master && git merge develop && git push && git checkout develop && ./deploy.sh" }, "author": "Johannes Millan (http://super-productivity.com)", "license": "MIT",