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).
This commit is contained in:
Paul O’Shannessy 2014-02-19 11:34:03 -08:00
parent 9b405fba24
commit e59daa8ed8
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.9.0-rc1",
"keywords": [
"react"

View File

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