Skip to content

Commit 2ea7ea0

Browse files
committed
chore: publish to npm to resolve The remote archive does not match the expected checksum
1 parent 0312cd5 commit 2ea7ea0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-webview",
2+
"name": "@coolwallet-app/react-native-webview",
33
"description": "React Native WebView component for iOS, Android, macOS, and Windows",
44
"main": "index.js",
55
"main-internal": "src/index.ts",
@@ -10,7 +10,11 @@
1010
"Thibault Malbranche <[email protected]>"
1111
],
1212
"license": "MIT",
13-
"version": "13.13.4",
13+
"version": "13.13.4-cbx.3",
14+
"publishConfig": {
15+
"access": "public",
16+
"registry": "https://registry.npmjs.org/"
17+
},
1418
"homepage": "https://github.com/react-native-webview/react-native-webview#readme",
1519
"scripts": {
1620
"android": "react-native run-android",
@@ -26,6 +30,7 @@
2630
"prepare": "yarn prepare:types && yarn build",
2731
"appium": "appium",
2832
"test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.js",
33+
"publish:npm": "yarn publish",
2934
"add:macos": "yarn add [email protected]"
3035
},
3136
"rn-docs": {

0 commit comments

Comments
 (0)