From e59daa8ed8b07068bbd06e260009d80ed6360477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 19 Feb 2014 11:34:03 -0800 Subject: [PATCH] Add descriptions to package.jsons Otherwise, npm just reads the first non-header of our readmes, which doesn't match up accurately or cleanly (no markdown parsing). --- npm-react/package.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/npm-react/package.json b/npm-react/package.json index c0fc9e793a..31d4fb8f7c 100644 --- a/npm-react/package.json +++ b/npm-react/package.json @@ -1,5 +1,6 @@ { "name": "react", + "description": "React is a JavaScript library for building user interfaces.", "version": "0.9.0-rc1", "keywords": [ "react" diff --git a/package.json b/package.json index 4b898925fb..9c5655414b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "react-tools", + "description": "A set of complementary tools to React, including the JSX transformer.", "version": "0.9.0-rc1", "keywords": [ "react",