Skip to content

Commit 15b2e55

Browse files
committed
Merge pull request #7 from charpeni/update-packagejson
Add keyword to package.json and support 0.17.0-rc and 0.18.0-rc
2 parents c17c7e6 + c62b0d7 commit 15b2e55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"navigation",
2424
"navigation-bar",
2525
"navbar",
26-
"router"
26+
"router",
27+
"simple"
2728
],
2829
"license": "MIT",
2930
"bugs": {
@@ -32,7 +33,7 @@
3233
"homepage": "https://github.com/react-native-simple-router-community/react-native-simple-router",
3334
"dependencies": {},
3435
"peerDependencies": {
35-
"react-native": ">=0.12.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc || 0.15.0-rc || 0.16.0-rc",
36+
"react-native": ">=0.12.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc || 0.15.0-rc || 0.16.0-rc || 0.17.0-rc || 0.18.0-rc",
3637
"fbemitter": "^2.0.0"
3738
}
3839
}

0 commit comments

Comments
 (0)