mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-18 04:24:19 +08:00
Add more info to package.json (#39)
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
{
|
||||
"name": "create-react-app",
|
||||
"version": "1.0.0",
|
||||
"version": "0.1.0",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
"description": "Create React apps with no build configuration.",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebookincubator/create-react-app/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"name": "react-scripts",
|
||||
"version": "0.0.1",
|
||||
"repository": "https://github.com/facebookincubator/create-react-app",
|
||||
"version": "0.1.0",
|
||||
"description": "Configuration and scripts for Create React App.",
|
||||
"repository": "facebookincubator/create-react-app",
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebookincubator/create-react-app/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node scripts/start.js",
|
||||
"build": "node scripts/build.js",
|
||||
|
||||
Reference in New Issue
Block a user