From eb8a2e9c0751d210d5af033188a17cd5eca3adcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Thu, 1 Jul 2021 20:48:12 -0400 Subject: [PATCH] Update package.json --- package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package.json b/package.json index c1251ed..aaed0e1 100644 --- a/package.json +++ b/package.json @@ -12,15 +12,7 @@ "type": "git", "url": "git://github.com/TalaikisInc/react-native-obscure.git" }, - "scripts": { - "upgrade:list": "ncu", - "upgrade:install": "ncu -u", - "publish": "npm publish --access public" - }, "peerDependencies": { "react-native": "^0.60.5" - }, - "devDependencies": { - "npm-check-updates": "^3.1.21" } }