Skip to content

Commit d044fb3

Browse files
committed
package.json: add publishConfig.access = public to publish on NPM
1 parent a312a09 commit d044fb3

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
@@ -1,6 +1,9 @@
11
{
22
"name": "@alexrah/react-medium-image-zoom",
33
"version": "5.3.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"license": "BSD-3-Clause",
58
"description": "Accessible medium.com-style image zoom for React",
69
"type": "module",

0 commit comments

Comments
 (0)