Skip to content

Commit 416d807

Browse files
committed
fix: add publishConfig to package.json for public access
1 parent c09bdb3 commit 416d807

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
@@ -4,6 +4,9 @@
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"scripts": {
811
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
912
},

0 commit comments

Comments
 (0)