From 2ebb7dc1b6bf71baafc57b775fe7efb67a9de312 Mon Sep 17 00:00:00 2001 From: Jaycee <1093033394@qq.com> Date: Sat, 30 Mar 2024 20:12:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9package.json=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=85=8D=E7=BD=AE=E6=8F=8F=E8=BF=B0=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6f607e0..38fb7d2 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,11 @@ "name": "yjc_mini_vue", "version": "1.0.0", "main": "index.js", - "repository": "git@github.com:JayCC1/yjc_mini_vue.git", - "author": "Jaycee <1093033394@qq.com>", + "repository": { + "type": "git", + "url": "git+https://github.com/JayCC1/yjc_mini_vue.git" + }, + "author": "JayCC1 <1093033394@qq.com>", "license": "MIT", "scripts": { "preinstall": "npx only-allow yarn",