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": { + } }