From 91ebd83f08cd846b4eccc55f6e33061301d1bd7b Mon Sep 17 00:00:00 2001 From: Salakar Date: Fri, 12 May 2017 13:39:48 +0100 Subject: [PATCH] remove react-native dependency --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 87c0d491..45a673a3 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,6 @@ }, "dependencies": { "bows": "^1.6.0", - "es6-symbol": "^3.1.0", - "react-native": "^0.44.0" + "es6-symbol": "^3.1.0" } }