chore: packageManager use pnpm

(cherry picked from commit ca8238a84b)
This commit is contained in:
xingyu 2023-06-21 10:45:35 +08:00 committed by shizhong
parent bb53885da3
commit 15fc4bc37a

View File

@ -131,9 +131,6 @@
"vue-tsc": "^1.8.1",
"windicss": "^3.5.6"
},
"engines": {
"node": ">=16.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
@ -142,5 +139,10 @@
"bugs": {
"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"
}
}