Skip to content

Commit 90048a3

Browse files
ianschmitzgaearon
authored andcommitted
Bump minimal Node version to 6 (facebook#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
1 parent 1f73ae6 commit 90048a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
77
"engines": {
8-
"node": ">=4"
8+
"node": ">=6"
99
},
1010
"bugs": {
1111
"url": "https://github.com/facebookincubator/create-react-app/issues"

0 commit comments

Comments
 (0)