diff --git a/package.json b/package.json index 42637d4b1..e66b86f98 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "fix": "npm run lint -- --fix", "build": "babel src -d lib", "toc": "markdown-toc -i README.md", + "postversion": "git push && git push --tags", "prepublishOnly": "npm test && npm run build && pkg-ok" }, "dependencies": {