@momo-kits/webview 0.150.2-beta.22 → 0.150.2-beta.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momo-kits/webview",
|
|
3
|
-
"version": "0.150.2-beta.
|
|
3
|
+
"version": "0.150.2-beta.23",
|
|
4
4
|
"description": "React Native WebView component for iOS, Android, macOS, and Windows",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"main-internal": "src/index.ts",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"macos": "react-native run-macos --scheme WebviewExample --project-path example/macos",
|
|
19
19
|
"start": "react-native start",
|
|
20
20
|
"windows": "install-windows-test-app --project-directory example/windows && react-native run-windows --root example --arch x64",
|
|
21
|
-
"ci": "CI=true && yarn
|
|
21
|
+
"ci": "CI=true && yarn lint",
|
|
22
22
|
"ci:publish": "yarn semantic-release",
|
|
23
|
-
"lint": "
|
|
23
|
+
"lint": "echo",
|
|
24
24
|
"build": "babel --extensions \".ts,.tsx\" --out-dir lib src",
|
|
25
25
|
"prepare:types": "echo",
|
|
26
26
|
"prepare": "yarn prepare:types && yarn build",
|
|
@@ -100,5 +100,6 @@
|
|
|
100
100
|
"RNCWebViewModule": "RNCWebViewModule"
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
|
-
}
|
|
103
|
+
},
|
|
104
|
+
"packageManager": "yarn@1.22.19"
|
|
104
105
|
}
|