Skip to content

Commit c2992e7

Browse files
author
Guilherme Mangabeira Gregio
committed
chore: fix package access publish to public
1 parent 2035c01 commit c2992e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"publishConfig": {
35-
"access": "restricted"
35+
"access": "public"
3636
},
3737
"peerDependencies": {
3838
"react": ">=16.0.0",

0 commit comments

Comments
 (0)