Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 133184f

Browse files
authored
Add more info to package.json (#39)
1 parent 2401980 commit 133184f

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

global-cli/package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "create-react-app",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
4+
"keywords": [
5+
"react"
6+
],
7+
"description": "Create React apps with no build configuration.",
8+
"repository": "facebookincubator/create-react-app",
9+
"license": "BSD-3-Clause",
10+
"bugs": {
11+
"url": "https://github.com/facebookincubator/create-react-app/issues"
12+
},
13+
"engines": {
14+
"node": ">=4.0.0"
15+
},
416
"files": [
517
"index.js"
618
],

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "react-scripts",
3-
"version": "0.0.1",
4-
"repository": "https://github.com/facebookincubator/create-react-app",
3+
"version": "0.1.0",
4+
"description": "Configuration and scripts for Create React App.",
5+
"repository": "facebookincubator/create-react-app",
56
"license": "BSD-3-Clause",
7+
"bugs": {
8+
"url": "https://github.com/facebookincubator/create-react-app/issues"
9+
},
610
"scripts": {
711
"start": "node scripts/start.js",
812
"build": "node scripts/build.js",

0 commit comments

Comments
 (0)