Skip to content

Commit e88fcc8

Browse files
committed
build: 📦️ 添加包管理器约束
1 parent 4c9b467 commit e88fcc8

File tree

4 files changed

+2966
-12389
lines changed

4 files changed

+2966
-12389
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
.DS_Store
44
package-lock.json
5+
yarn-error.log
56

67
bin
78
dist

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"url": "https://github.com/SuperCuteXiaoSi"
88
},
99
"license": "MIT",
10+
"packageManager": "pnpm@8.1.0",
1011
"engines": {
11-
"node": ">=14"
12+
"node": ">=16",
13+
"pnpm": ">=8.1.0"
1214
},
1315
"scripts": {
1416
"dev": "vite",

0 commit comments

Comments
 (0)