Skip to content

Commit e06a803

Browse files
committed
chore: update publishConfig to set package access as public
1 parent ad41012 commit e06a803

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": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"private": false,
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"scripts": {
912
"build": "tsc",
1013
"format": "prettier --write \"src/**/*.(js|ts)\"",

0 commit comments

Comments
 (0)