|
@@ -7,14 +7,14 @@
|
7
|
7
|
"type": "git",
|
8
|
8
|
"url": "https://github.com/wix/react-native-navigation.git"
|
9
|
9
|
},
|
10
|
|
- "version": "1.0.20",
|
|
10
|
+ "version": "2.0.0",
|
11
|
11
|
"description": "React Native Navigation - truly native navigation for iOS and Android",
|
12
|
12
|
"nativePackage": true,
|
13
|
13
|
"bugs": {
|
14
|
14
|
"url": "https://github.com/wix/react-native-navigation/issues"
|
15
|
15
|
},
|
16
|
16
|
"homepage": "https://github.com/wix/react-native-navigation",
|
17
|
|
- "main": "index.js",
|
|
17
|
+ "main": "src/index.js",
|
18
|
18
|
"author": "Tal Kol <talkol@gmail.com>",
|
19
|
19
|
"license": "MIT",
|
20
|
20
|
"peerDependencies": {
|
|
@@ -22,7 +22,6 @@
|
22
|
22
|
"react": ">=0.14.5"
|
23
|
23
|
},
|
24
|
24
|
"dependencies": {
|
25
|
|
- "react-native-controllers": "^2.0.0"
|
26
|
25
|
},
|
27
|
26
|
"optionalDependencies": {
|
28
|
27
|
"react-redux": "*"
|