Daniel Zlotin 8 anni fa
parent
commit
cd758e71d6
2 ha cambiato i file con 5 aggiunte e 10 eliminazioni
  1. 0
    5
      .npmignore
  2. 5
    5
      package.json

+ 0
- 5
.npmignore Vedi File

@@ -1,11 +1,6 @@
1 1
 example
2 2
 old-example-redux
3 3
 
4
-test/
5
-res/generated/
6
-
7
-.npmignore
8
-
9 4
 #################
10 5
 # from .gitignore:
11 6
 ################

+ 5
- 5
package.json Vedi File

@@ -26,18 +26,18 @@
26 26
     "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
27 27
   },
28 28
   "peerDependencies": {
29
-    "react-native": "*",
30
-    "react": "*"
29
+    "react-native": ">=0.36.0",
30
+    "react": ">=15.3.2"
31 31
   },
32 32
   "dependencies": {
33
-    "lodash": "^4.13.0"
33
+    "lodash": "^4.16.0"
34 34
   },
35 35
   "optionalDependencies": {
36 36
     "react-redux": "*"
37 37
   },
38 38
   "devDependencies": {
39
-    "react-native": "0.31.0",
40
-    "react": "15.2.1",
39
+    "react-native": "0.36.0",
40
+    "react": "15.3.2",
41 41
     "app-root-path": "^1.0.0",
42 42
     "babel-cli": "^6.8.0",
43 43
     "babel-core": "^6.8.0",