mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
update devEngines to include nodejs 10.x (#13190)
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@
|
||||
"yargs": "^6.3.0"
|
||||
},
|
||||
"devEngines": {
|
||||
"node": "8.x || 9.x"
|
||||
"node": "8.x || 9.x || 10.x"
|
||||
},
|
||||
"jest": {
|
||||
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
|
||||
|
||||
Reference in New Issue
Block a user