Skip to content

Commit 967ab71

Browse files
committed
fixed bin error
1 parent 8e3c7d0 commit 967ab71

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
const clone = require("git-clone");
24
const axios = require("axios").default;
35
const fs = require("fs-extra");

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.3",
4+
"version": "0.8.4",
55
"main": "index.js",
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)