Remove duplicate private key (#4819)

A package can't be more private than that, so let's remove duplicates.
This commit is contained in:
Nicolas Charpentier
2018-08-21 19:13:22 -04:00
parent c36abf0d6c
commit 1a8e8e7c5b

View File

@@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",