Bump minimal Node version to 6 (#1897)

* Bump minimal Node version to 4.7.0

* Bump minimal Node version to 4.7.0

Modified additional files that needed a bump to 4.7.0 minimum node version

* Bump minimal Node version to 4.7.0

Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+

* Bump minimal node version to 6

* Bump minimal node version to 6

* Bump minimal node version to 6
This commit is contained in:
Ian Schmitz
2017-05-09 03:11:31 -07:00
committed by Dan Abramov
parent 2d7a1bb209
commit f35593c12d
9 changed files with 26 additions and 30 deletions

View File

@@ -8,7 +8,7 @@
"url": "https://github.com/facebookincubator/create-react-app/issues"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"files": [
"ansiHTML.js",