Skip to content

Commit ca8238a

Browse files
committed
chore: packageManager use pnpm
1 parent 91a0158 commit ca8238a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@
129129
"vue-tsc": "^1.8.1",
130130
"windicss": "^3.5.6"
131131
},
132-
"engines": {
133-
"node": ">=16.0.0"
134-
},
135132
"license": "MIT",
136133
"repository": {
137134
"type": "git",
@@ -140,5 +137,10 @@
140137
"bugs": {
141138
"url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues"
142139
},
143-
"homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3"
140+
"homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3",
141+
"packageManager": "[email protected]",
142+
"engines": {
143+
"node": ">= 16.0.0",
144+
"pnpm": ">=8.6.0"
145+
}
144146
}

0 commit comments

Comments
 (0)