From 5ac2fd7ff6ec8e8a70d43de150afde4994869ee4 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Sun, 6 Dec 2015 15:31:32 +0000 Subject: [PATCH] Move react native to dev dependencies --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 5e59a48..bca758b 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,6 @@ "start": "node_modules/react-native/packager/packager.sh", "test": "mocha ./test/* --compilers js:mocha-traceur" }, - "dependencies": { - "react-native": "<=0.11.4" - }, "repository": { "type": "git", "url": "https://github.com/adamjmcgrath/react-native-simple-auth" @@ -32,6 +29,7 @@ "mocha": "^2.2.5", "mocha-traceur": "^2.1.0", "proxyquire": "^1.5.0", + "react-native": "<=0.11.4", "sinon": "^1.14.1", "sinon-chai": "^2.7.0" }