We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c2977 commit d7d8c58Copy full SHA for d7d8c58
package.json
@@ -7,6 +7,9 @@
7
"*.js",
8
"lib"
9
],
10
+ "publishConfig": {
11
+ "tag": "latest-v4"
12
+ },
13
"scripts": {
14
"prerelease": "npm t",
15
"postrelease": "npm publish && git push --follow-tags",
0 commit comments