From 2cc0cc53002a215565ca911ea1b8a3f5b2041a3a Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Thu, 26 Mar 2015 10:00:18 -0700 Subject: [PATCH] update package.json --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c9a561ba4..d08bfa298 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native", - "version": "0.0.2", - "description": "Build native apps with React!", + "version": "0.1.0", + "description": "A framework for building native apps using React", "repository": { "type": "git", "url": "git@github.com:facebook/react-native.git" @@ -29,7 +29,8 @@ "cli.js", "init.sh", "LICENSE", - "PATENTS" + "PATENTS", + "README.md" ], "scripts": { "test": "jest",