Skip to content

Commit 5028a07

Browse files
committed
chore: add package.json.scripts.bump
1 parent a7909bb commit 5028a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Determine Host Target Triplet (Arch, Libc, OS, Vendor) from a filenames / download URL and uname / User-Agent strings.",
55
"main": "index.js",
66
"scripts": {
7+
"bump": "npm version -m \"chore(release): bump to v%s\"",
78
"fmt": "npm run prettier",
89
"lint": "npm run jshint",
910
"test": "node lexver-test.js",

0 commit comments

Comments
 (0)