From 808418f0e2277a48ce86e3378a4599c02b1dab56 Mon Sep 17 00:00:00 2001 From: alvaromb Date: Wed, 13 Jan 2016 12:11:48 +0100 Subject: [PATCH] Updated dependencies --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f7cfab..7aa383d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-navigator-wrapper", - "version": "0.0.6", + "version": "0.0.8", "description": "A React Native Navigator component wrapper that implements nested navigators for both push and modal transitions.", "main": "index.js", "scripts": { @@ -29,7 +29,6 @@ "eslint-plugin-react": "^3.7.1" }, "dependencies": { - "react-native": ">=0.12.0", - "react-native-vector-icons": "^0.8.4" + "react-native-vector-icons": ">=1.0.4" } }