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.
1 parent 05b042a commit 93658c5Copy full SHA for 93658c5
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