Skip to content

Commit 5fdd4ba

Browse files
committed
Make fbemitter an actually dependency
1 parent 35c9f0a commit 5fdd4ba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-simple-router",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Easy to use Navigator for your native app.",
55
"author": "Tristan Edwards <tristan.edwards@me.com> (http://tristanedwards.me)",
66
"contributors": [
@@ -31,10 +31,11 @@
3131
"url": "https://github.com/react-native-simple-router-community/react-native-simple-router/issues"
3232
},
3333
"homepage": "https://github.com/react-native-simple-router-community/react-native-simple-router",
34-
"dependencies": {},
34+
"dependencies": {
35+
"fbemitter": "^2.0.1"
36+
},
3537
"peerDependencies": {
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",
37-
"fbemitter": "^2.0.0"
38+
"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"
3839
},
3940
"devDependencies": {
4041
"eslint": "^1.10.3",

0 commit comments

Comments
 (0)