From fffb010adcdcc36fb9920667cbd2b4d94eda5211 Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Mon, 22 Jun 2020 00:56:12 +0300 Subject: [PATCH] Dependency part is removed from package.json to fix inside node_modules creation --- package.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/package.json b/package.json index 13b5d79..2199eeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-dynamic-search-bar", - "version": "1.2.0", + "version": "1.2.1", "description": "Fully customizable and dynamic Search Bar for React Native.", "keywords": [ "gradient", @@ -45,13 +45,5 @@ "@types/react-native": "^0.62.2", "react-native-typescript-transformer": "^1.2.13", "typescript": "^3.7.4" - }, - "dependencies": { - "@freakycoder/react-native-helpers": "^0.1.2", - "react": "16.9.0", - "react-native": "0.61.5", - "react-native-spinkit": "^1.5.0", - "react-native-vector-icons": "^6.6.0", - "react-native-dynamic-vector-icons": "^0.2.2" } }