Skip to content

Commit 8e3c7d0

Browse files
committed
removed scriptName
1 parent bb057a2 commit 8e3c7d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const cliProgress = require("cli-progress");
77
const argv = require("yargs");
88

99
argv
10-
.scriptName("mmd-gitlab-backuper")
1110
.usage("Save your repo in gitlab")
1211
.option("token", {
1312
alias: "t",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mmd-gitlab-backuper",
33
"description": "a package to backup from all projects that you have on gitlab",
4-
"version": "0.8.2",
4+
"version": "0.8.3",
55
"main": "index.js",
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)