Skip to content

Commit f698614

Browse files
committed
build: add publishConfig to package.json for public access
1 parent 4461115 commit f698614

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@
8282
"react": ">=16.0.0",
8383
"react-dom": ">=16.0.0"
8484
},
85+
"publishConfig": {
86+
"access": "public"
87+
},
8588
"cnpm": {
8689
"mode": "npm"
8790
},

0 commit comments

Comments
 (0)