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" } }