From ac0f066321b755a4c817a18574936216d8356494 Mon Sep 17 00:00:00 2001 From: Naoufal Kadhom Date: Tue, 16 Jun 2015 21:18:56 -0400 Subject: [PATCH] Fix react-native dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c825f04..3b1b5b6c 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "react-native-touch-id", - "version": "1.1.0", + "version": "1.1.1", "description": "React Native authentication with the native Touch ID popup.", "scripts": { "start": "node_modules/react-native/packager/packager.sh" }, "dependencies": { - "react-native": "^0.4.4" + "react-native": ">=0.4.4" }, "main": "TouchID.ios.js", "devDependencies": {},