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
committed by Brent Vatne
parent 912c7ca076
commit 0c56b21b46

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