From eaeea5777c63de63a25653e2c3535cd05093d4d1 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Sat, 23 Oct 2021 12:04:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2f5ceee..44d7bca 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "vue3-jeecg-admin", - "version": "0.0.1", + "name": "jeecg-boot-vue3", + "version": "1.0", "author": { "name": "jeecg", "email": "jeecgos@163.com", - "url": "https://gitee.com/jeecg/vue3-jeecg-admin" + "url": "https://gitee.com/jeecg/jeecg-boot-vue3" }, "scripts": { "bootstrap": "yarn install", @@ -165,13 +165,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jeecg/vue3-jeect-admin.git" + "url": "git+https://github.com/jeecgboot/jeecg-boot-vue3" }, "license": "MIT", "bugs": { - "url": "https://github.com/jeecg/vue3-jeecg-admin/issues" + "url": "https://github.com/jeecgboot/jeecg-boot-vue3/issues" }, - "homepage": "https://github.com/jeecg/vue3-jeecg-admin", + "homepage": "https://github.com/jeecgboot/jeecg-boot-vue3", "engines": { "node": "^12 || >=14" }