Skip to content

Commit 57e2ff5

Browse files
Update package.json to set publishConfig access to public
1 parent dacd5b9 commit 57e2ff5

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
@@ -3,6 +3,9 @@
33
"version": "0.0.0",
44
"description": "Simple hack to allow web audio even if physical mute switch is on iPhone/iPads",
55
"main": "./src/index.js",
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"exports": {
710
".": {
811
"default": "./src/index.js",

0 commit comments

Comments
 (0)