Skip to content

Commit 5e7e232

Browse files
authored
🔧 (release-it) Make npm package public (#317)
1 parent 6d67ec7 commit 5e7e232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
},
5454
"homepage": "https://github.com/bamlab/react-native-image-resizer#readme",
5555
"publishConfig": {
56-
"registry": "https://registry.npmjs.org/"
56+
"registry": "https://registry.npmjs.org/",
57+
"access": "public"
5758
},
5859
"devDependencies": {
5960
"@arkweid/lefthook": "^0.7.7",

0 commit comments

Comments
 (0)