Tweak wording and make package.json scripts less obnoxious

This commit is contained in:
Dan Abramov
2016-07-17 12:58:13 +01:00
committed by Christopher Chedeau
parent 6825ecca82
commit d2130d2b3e
6 changed files with 29 additions and 5 deletions

View File

@@ -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",