|
@@ -1,6 +1,6 @@
|
1
|
1
|
{
|
2
|
2
|
"name": "react-native-webview",
|
3
|
|
- "description": "React Native WebView component for iOS, Android, macOS, and Windows 10 (coming soon)",
|
|
3
|
+ "description": "React Native WebView component for iOS, Android, and macOS",
|
4
|
4
|
"main": "index.js",
|
5
|
5
|
"typings": "index.d.ts",
|
6
|
6
|
"author": "Jamon Holmgren <jamon@infinite.red>",
|
|
@@ -60,7 +60,7 @@
|
60
|
60
|
"metro-react-native-babel-preset": "0.54.1",
|
61
|
61
|
"react": "16.9.0",
|
62
|
62
|
"react-native": "0.61.5",
|
63
|
|
- "react-native-macos": "git://github.com/microsoft/react-native#v0.60.0-microsoft.40",
|
|
63
|
+ "react-native-macos": "0.60.0-microsoft.44",
|
64
|
64
|
"semantic-release": "15.13.24",
|
65
|
65
|
"typescript": "3.6.2"
|
66
|
66
|
},
|