Skip to content

Commit 77b27b4

Browse files
committed
fix: Configure npm package for public publishing
1 parent 9254cf3 commit 77b27b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"scripts": {
811
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
912
"rollout": "tsc && rsync -av --exclude 'node_modules' custom dist/",

0 commit comments

Comments
 (0)