Skip to content

Commit d1aff80

Browse files
committed
chore: make public access in package.json
1 parent ee6be25 commit d1aff80

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
@@ -5,6 +5,9 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": ["dist"],
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"scripts": {
912
"lint": "biome check --write .",
1013
"format": "biome format --write .",

0 commit comments

Comments
 (0)