Skip to content

Commit 2c75526

Browse files
committed
chore: add a shortcut command git-db
1 parent ba7ea3f commit 2c75526

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"type": "git",
88
"url": "evillt/git-delete-branch"
99
},
10-
"bin": "bin/cli.js",
10+
"bin": {
11+
"git-db": "bin/cli.js",
12+
"git-delete-branch": "bin/cli.js"
13+
},
1114
"author": "evillt <[email protected]> (https://evila.me)",
1215
"main": "lib/index.js",
1316
"files": [

0 commit comments

Comments
 (0)