Commit ca8238a8 by xingyu

chore: packageManager use pnpm

parent 91a01582
...@@ -129,9 +129,6 @@ ...@@ -129,9 +129,6 @@
"vue-tsc": "^1.8.1", "vue-tsc": "^1.8.1",
"windicss": "^3.5.6" "windicss": "^3.5.6"
}, },
"engines": {
"node": ">=16.0.0"
},
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
...@@ -140,5 +137,10 @@ ...@@ -140,5 +137,10 @@
"bugs": { "bugs": {
"url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues" "url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues"
}, },
"homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3" "homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3",
"packageManager": "pnpm@8.6.0",
"engines": {
"node": ">= 16.0.0",
"pnpm": ">=8.6.0"
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment