Disable autopublish.

This commit is contained in:
Don McCurdy 2018-01-20 21:15:48 -08:00
parent f7101a76f3
commit 4133fea38f

View File

@ -14,7 +14,7 @@
"lint": "eslint src",
"preversion": "npm run lint",
"version": "npm run build && git add -A build",
"postversion": "git push && git push --tags && npm publish"
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",