We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05b042a + 93658c5 commit bc3d8e0Copy full SHA for bc3d8e0
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"preversion": "npm test",
8
+ "postpublish": "git push --tags && git push",
9
"test": "mocha test.js --reporter spec",
10
"release:pre": "npm version prerelease && npm publish --tag=pre",
11
"release:patch": "npm version patch && npm publish",
0 commit comments