From 737cae8f197d54f65377b0727aed0dc24b457fbb Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Thu, 19 Mar 2015 09:26:03 -0700 Subject: [PATCH] [ReactNative] Remove duplicate package.json with the same name --- package.json | 1 - packager/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 534a9691a..e170cac72 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,4 @@ { - "name": "react-native", "version": "0.1.0", "description": "Build native apps with React!", "repository": { diff --git a/packager/package.json b/packager/package.json index 6033c216a..66f7b1b2c 100644 --- a/packager/package.json +++ b/packager/package.json @@ -1,5 +1,5 @@ { - "name": "react-native", + "name": "react-native-cli", "version": "0.1.0", "description": "Build native apps with React!", "repository": {