Skip to content

Commit 2bffeff

Browse files
chore: update package.json to set publishConfig access to public
1 parent d2117dd commit 2bffeff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "dist/fingerprint-react.js",
66
"module": "dist/fingerprint-react.mjs",
77
"types": "dist/fingerprint-react.d.ts",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"exports": {
912
".": {
1013
"types": "./dist/fingerprint-react.d.ts",

0 commit comments

Comments
 (0)