mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "react",
|
||||
"description": "React is a JavaScript library for building user interfaces.",
|
||||
"version": "0.9.0-rc1",
|
||||
"keywords": [
|
||||
"react"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user