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 56d2805 commit cfea636Copy full SHA for cfea636
package.json
@@ -13,7 +13,7 @@
13
"test": "tap test/*.js --100 -J",
14
"preversion": "npm test",
15
"postversion": "npm publish",
16
- "postpublish": "git push origin --all; git push origin --tags"
+ "prepublishOnly": "git push origin --follow-tags"
17
},
18
"engines": {
19
"node": "*"
0 commit comments