Skip to content

Commit 3a0e778

Browse files
committed
指定 pnpmversion
1 parent be73cb0 commit 3a0e778

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-editable-tables",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"description": "React 可编辑表格方案集 — 原生轻量版 & Formily 高性能版",
66
"type": "module",
77
"scripts": {
@@ -14,7 +14,13 @@
1414
"check": "biome check --write .",
1515
"type-check": "pnpm -r type-check"
1616
},
17-
"keywords": ["react", "editable-table", "formily", "antd", "virtual-scroll"],
17+
"keywords": [
18+
"react",
19+
"editable-table",
20+
"formily",
21+
"antd",
22+
"virtual-scroll"
23+
],
1824
"author": "chenJJ-88",
1925
"license": "MIT",
2026
"repository": {
@@ -31,5 +37,6 @@
3137
},
3238
"dependencies": {
3339
"react-is": "^19.2.6"
34-
}
40+
},
41+
"packageManager": "pnpm@7.2.1"
3542
}

0 commit comments

Comments
 (0)