We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a0158 commit ca8238aCopy full SHA for ca8238a
package.json
@@ -129,9 +129,6 @@
129
"vue-tsc": "^1.8.1",
130
"windicss": "^3.5.6"
131
},
132
- "engines": {
133
- "node": ">=16.0.0"
134
- },
135
"license": "MIT",
136
"repository": {
137
"type": "git",
@@ -140,5 +137,10 @@
140
"bugs": {
141
138
"url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues"
142
139
143
- "homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3"
+ "homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3",
+ "packageManager": "[email protected]",
+ "engines": {
+ "node": ">= 16.0.0",
144
+ "pnpm": ">=8.6.0"
145
+ }
146
}
0 commit comments