diff --git a/package.json b/package.json index c02d949..348cfe0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "scripts": { "clean": "rm -rf dist", "build": "npm run clean && rollup -c rollup.config.mjs", - "copy": "cp -r dist/* /Users/gongxh/work/kunpo-lib/KunpoDemo/node_modules/kunpocc/dist/", + "copy": "cp -r dist/* ../KunpoDemo/node_modules/kunpocc/dist/", "build:all": "npm run build && npm run copy" }, "files": [ @@ -35,7 +35,7 @@ "license": "ISC", "repository": { "type": "gitlab", - "url": "https://git.lanfeitech.com/gongxinhai/kunpolibrary/-/tree/main/KunpoLib" + "url": "https://github.com/Gongxh0901/kunpolibrary" }, "publishConfig": { "registry": "https://registry.npmjs.org/"