mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-30 21:01:12 +00:00
updated package.json and example. strict to 0.10.0
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"start": "node_modules/react-native/packager/packager.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-native": "0.8.0",
|
||||
"react-native": "0.10.0",
|
||||
"react-native-webview-bridge": "../.."
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "react-native-webview-bridge",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"description": "React Native WebView Javascript Bridge",
|
||||
"main": "jsx/WebViewBridge.js",
|
||||
"directories": {
|
||||
"example": "example"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-native": ">= 0.6.0"
|
||||
"react-native": ">= 0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
||||
Reference in New Issue
Block a user