Let's npm publish automatically again.

This commit is contained in:
Don McCurdy 2018-05-05 15:15:23 -07:00
parent bc11a9e56f
commit 642af145fd

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"
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",