Skip to content

Commit e59daa8

Browse files
committed
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).
1 parent 9b405fb commit e59daa8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

npm-react/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "react",
3+
"description": "React is a JavaScript library for building user interfaces.",
34
"version": "0.9.0-rc1",
45
"keywords": [
56
"react"

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "react-tools",
3+
"description": "A set of complementary tools to React, including the JSX transformer.",
34
"version": "0.9.0-rc1",
45
"keywords": [
56
"react",

0 commit comments

Comments
 (0)