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