chore: fix typo

This commit is contained in:
Johannes Millan 2017-10-30 00:42:36 +01:00
parent c52ba17cde
commit e1691efcd9

View file

@ -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 <contact@super-productivity.com> (http://super-productivity.com)",
"license": "MIT",