Skip to content

Commit 1104b4a

Browse files
committed
chore: update
1 parent 676d1d8 commit 1104b4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@zhangmo8/repl-react",
3-
"private": false,
43
"version": "0.0.1",
54
"type": "module",
65
"files": [
@@ -9,6 +8,9 @@
98
"main": "./dist/your-component-library.umd.js",
109
"module": "./dist/your-component-library.es.js",
1110
"types": "./dist/index.d.ts",
11+
"publishConfig": {
12+
"access": "public"
13+
},
1214
"exports": {
1315
".": {
1416
"import": "./dist/your-component-library.es.js",

0 commit comments

Comments
 (0)