We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee30fa commit c215829Copy full SHA for c215829
package.json
@@ -11,6 +11,7 @@
11
"fix": "npm run lint -- --fix",
12
"build": "babel src -d lib",
13
"toc": "markdown-toc -i README.md",
14
+ "postversion": "git push && git push --tags",
15
"prepublishOnly": "npm test && npm run build && pkg-ok"
16
},
17
"dependencies": {
0 commit comments