Skip to content

Commit 45e0a1c

Browse files
committed
fix: add publishConfig for npm registry
1 parent a23bf36 commit 45e0a1c

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
@@ -28,6 +28,9 @@
2828
"url": "https://github.com/douglasjunior/react-native-get-location/issues"
2929
},
3030
"homepage": "https://github.com/douglasjunior/react-native-get-location",
31+
"publishConfig": {
32+
"registry": "https://registry.npmjs.org/"
33+
},
3134
"codegenConfig": {
3235
"name": "rngetlocation_codegen",
3336
"type": "modules",

0 commit comments

Comments
 (0)