Skip to content

Commit 392e4c9

Browse files
committed
chore: pkg info
1 parent 884157f commit 392e4c9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"name": "he-tree-react",
3-
"private": true,
2+
"name": "@phphe/react-base-virtual-list",
43
"version": "0.0.0",
54
"type": "module",
65
"scripts": {
@@ -9,6 +8,9 @@
98
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
109
"preview": "vite preview"
1110
},
11+
"publishConfig": {
12+
"access": "public"
13+
},
1214
"dependencies": {
1315
"react": "^18.2.0",
1416
"react-dom": "^18.2.0"
@@ -25,4 +27,4 @@
2527
"typescript": "^5.2.2",
2628
"vite": "^5.0.8"
2729
}
28-
}
30+
}

0 commit comments

Comments
 (0)