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 40c105a commit 4adeec5Copy full SHA for 4adeec5
1 file changed
package.json
@@ -25,6 +25,7 @@
25
"lint": "eslint src/**/*.js",
26
"build": "ncc build src/index.js --license licenses.txt",
27
"bump-version": "npm version patch",
28
+ "update-v1-tag": "git tag v1 -f && git push origin v1 -f",
29
"all": "npm run lint && npm run format && npm run build"
30
},
31
"dependencies": {
@@ -53,4 +54,4 @@
53
54
"node": true
55
}
56
-}
57
+}
0 commit comments