Browse Source

Use git branches in package.json

Guy Carmeli 8 years ago
parent
commit
b0b12005b4
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      example-redux/package.json
  2. 1
    1
      package.json

+ 1
- 1
example-redux/package.json View File

@@ -15,6 +15,6 @@
15 15
     "redux": "^3.0.5",
16 16
     "redux-thunk": "^1.0.3",
17 17
     "seamless-immutable": "^5.0.1",
18
-    "react-native-navigation": "latest"
18
+    "react-native-navigation": "github:wix/react-native-navigation#rn26"
19 19
   }
20 20
 }

+ 1
- 1
package.json View File

@@ -21,7 +21,7 @@
21 21
     "react-native": ">=0.26.0"
22 22
   },
23 23
   "dependencies": {
24
-    "react-native-controllers": "^1.3.5"
24
+    "react-native-controllers": "github:wix/react-native-controllers#rn26"
25 25
   },
26 26
   "optionalDependencies": {
27 27
     "react-redux": "*"