Skip to content

Commit 018b453

Browse files
committed
fix: use npm registry by default
1 parent e3d66bd commit 018b453

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
@@ -60,6 +60,7 @@
6060
"preset": "react-native"
6161
},
6262
"publishConfig": {
63-
"access": "public"
63+
"access": "public",
64+
"registry": "https://registry.npmjs.org/"
6465
}
6566
}

0 commit comments

Comments
 (0)