Daniel Zlotin 8 years ago
parent
commit
4bcf7c1113
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

26
     "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
26
     "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
27
   },
27
   },
28
   "peerDependencies": {
28
   "peerDependencies": {
29
-    "react-native": ">=0.36.0",
29
+    "react-native": ">=0.36.1",
30
     "react": ">=15.3.2"
30
     "react": ">=15.3.2"
31
   },
31
   },
32
   "dependencies": {
32
   "dependencies": {
36
     "react-redux": "*"
36
     "react-redux": "*"
37
   },
37
   },
38
   "devDependencies": {
38
   "devDependencies": {
39
-    "react-native": "0.36.0",
39
+    "react-native": "0.36.1",
40
     "react": "15.3.2",
40
     "react": "15.3.2",
41
     "app-root-path": "^1.0.0",
41
     "app-root-path": "^1.0.0",
42
     "babel-cli": "^6.8.0",
42
     "babel-cli": "^6.8.0",