Daniel Zlotin 8 years ago
parent
commit
cd758e71d6
2 changed files with 5 additions and 10 deletions
  1. 0
    5
      .npmignore
  2. 5
    5
      package.json

+ 0
- 5
.npmignore View File

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

+ 5
- 5
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": "*",
30
-    "react": "*"
29
+    "react-native": ">=0.36.0",
30
+    "react": ">=15.3.2"
31
   },
31
   },
32
   "dependencies": {
32
   "dependencies": {
33
-    "lodash": "^4.13.0"
33
+    "lodash": "^4.16.0"
34
   },
34
   },
35
   "optionalDependencies": {
35
   "optionalDependencies": {
36
     "react-redux": "*"
36
     "react-redux": "*"
37
   },
37
   },
38
   "devDependencies": {
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
     "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",
43
     "babel-core": "^6.8.0",
43
     "babel-core": "^6.8.0",