Browse Source

'sa'

master
1549469775 5 years ago
parent
commit
c586056f42
  1. 1
      app.js
  2. 8
      package.json

1
app.js

@ -12,7 +12,6 @@ const haveGit = fs.existsSync('./.git');
/**
* 1. 检测是否有GIT管理
* 2. 添加GIT源
* 3. 设置默认源以供一键上传
*/

8
package.json

@ -1,8 +1,12 @@
{
"name": "test-command",
"name": "git-up",
"version": "1.0.0",
"description": "",
"main": "app.js",
"repository": {
"type": "git",
"url": "http://git.poorman.top/topuser/eyc.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -14,4 +18,4 @@
"inquirer": "^7.0.0",
"ora": "^4.0.2"
}
}
}
Loading…
Cancel
Save