Commit 6715d63a authored by Lidan Hifi's avatar Lidan Hifi

fix dependencies

parent f6fd1cfd
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
}, },
"dependencies": { "dependencies": {
"babel-preset-react-native-stage-0": "^1.0.1", "babel-preset-react-native-stage-0": "^1.0.1",
"react": "^0.14.7", "react": "^0.14.5",
"react-native": "^0.25.1", "react-native": "0.25.1",
"react-native-notifications": "../" "react-native-notifications": "../"
}, },
"babel": { "babel": {
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
"core-js": "^1.0.0" "core-js": "^1.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"react-native": ">=0.25.1", "react-native": "0.25.1",
"react": "0.14.5" "react": "^0.14.5"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^6.0.2", "babel-eslint": "^6.0.2",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment