Skip to content

Commit bb057a2

Browse files
committed
available as global command
1 parent 624a21c commit bb057a2

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
@@ -1,14 +1,17 @@
11
{
22
"name": "mmd-gitlab-backuper",
33
"description": "a package to backup from all projects that you have on gitlab",
4-
"version": "0.8.0",
4+
"version": "0.8.2",
55
"main": "index.js",
66
"license": "MIT",
77
"author": {
88
"name": "Mohammad Toosi",
99
"email": "[email protected]",
1010
"url": "http://mammad2c.github.io/"
1111
},
12+
"bin": {
13+
"mmd-gitlab-backuper": "index.js"
14+
},
1215
"scripts": {
1316
"start": "node index.js"
1417
},

0 commit comments

Comments
 (0)