updated package.json and example. strict to 0.10.0

This commit is contained in:
Ali Najafizadeh
2015-09-08 09:36:51 -04:00
parent 03d497a6c2
commit ca6f874949
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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"