Use a single script (#57)
It is easier to add more scripts later this way.
Showing
+25 -15
bin/build-react-app.js
deleted
100644 → 0
bin/eject-react-app.js
deleted
100644 → 0
bin/react-scripts.js
0 → 100644
bin/start-react-app.js
deleted
100644 → 0
... | ... | @@ -21,9 +21,7 @@ |
"template" | ||
], | ||
"bin": { | ||
"start-react-app": "./bin/start-react-app.js", | ||
"build-react-app": "./bin/build-react-app.js", | ||
"eject-react-app": "./bin/eject-react-app.js" | ||
"react-scripts": "./bin/react-scripts.js" | ||
}, | ||
"dependencies": { | ||
"autoprefixer": "6.3.7", | ||
... | ... |
Please register or sign in to comment