From 5fdd4ba7d3269b4fc175b84c81fbd1c356e519c3 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Tue, 2 Feb 2016 14:26:25 -0500 Subject: [PATCH] Make fbemitter an actually dependency --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5b3de63..fa4b078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-simple-router", - "version": "0.6.0", + "version": "0.6.1", "description": "Easy to use Navigator for your native app.", "author": "Tristan Edwards (http://tristanedwards.me)", "contributors": [ @@ -31,10 +31,11 @@ "url": "https://github.com/react-native-simple-router-community/react-native-simple-router/issues" }, "homepage": "https://github.com/react-native-simple-router-community/react-native-simple-router", - "dependencies": {}, + "dependencies": { + "fbemitter": "^2.0.1" + }, "peerDependencies": { - "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", - "fbemitter": "^2.0.0" + "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" }, "devDependencies": { "eslint": "^1.10.3",