mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Tweak wording and make package.json scripts less obnoxious
This commit is contained in:
committed by
Christopher Chedeau
parent
6825ecca82
commit
d2130d2b3e
@@ -6,6 +6,11 @@
|
||||
"build": "node scripts/build.js local",
|
||||
"create-react-app": "node global-cli/index.js --scripts-version \"$PWD/`npm pack`\""
|
||||
},
|
||||
"bin": {
|
||||
"start-react-app": "./bin/start-react-app.js",
|
||||
"build-react-app": "./bin/build-react-app.js",
|
||||
"graduate-react-app": "./bin/graduate-react-app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^6.3.7",
|
||||
"babel-core": "^6.10.4",
|
||||
|
||||
Reference in New Issue
Block a user