From 3eb7776eec7505081cc1fae140ad984f1f0bc33e Mon Sep 17 00:00:00 2001 From: thanasis1101 Date: Mon, 12 Apr 2021 20:56:31 +0300 Subject: [PATCH] Uploaded version 1.3.2 --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 497c5ea..b1388ee 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,8 @@ { - "name": "@thanasis1101/react-native-gif-search", + "name": "react-native-gif-search", "version": "1.3.2", "description": "An easy-to-use, highly customizable react-native package for searching and selecting from a list of gifs and/or stickers using the Tenor and/or the Giphy API", "main": "index.js", - "publishConfig": { - "registry": "https://npm.pkg.github.com/" - }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -36,5 +33,6 @@ "url": "https://github.com/Thanasis1101/react-native-gif-search/issues" }, "homepage": "https://github.com/Thanasis1101/react-native-gif-search#readme", - "dependencies": {} + "dependencies": { + } }