diff --git a/app.js b/app.js index f1015c6..b084169 100644 --- a/app.js +++ b/app.js @@ -12,7 +12,6 @@ const haveGit = fs.existsSync('./.git'); /** * 1. 检测是否有GIT管理 * 2. 添加GIT源 - * 3. 设置默认源以供一键上传 */ diff --git a/package.json b/package.json index 9df110b..a5fc4c1 100644 --- a/package.json +++ b/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" } -} +} \ No newline at end of file