add node engine to package.json and call checkNodeVersion function in cli (#88)
Showing
+6 -0
... | ... | @@ -4,6 +4,9 @@ |
"description": "Configuration and scripts for Create React App.", | ||
"repository": "facebookincubator/create-react-app", | ||
"license": "BSD-3-Clause", | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/facebookincubator/create-react-app/issues" | ||
}, | ||
... | ... |
Please register or sign in to comment