update devEngines to include nodejs 10.x (#13190)

This commit is contained in:
dongyuwei 2018-07-11 18:46:44 +08:00 committed by Dan Abramov
parent e79366d549
commit afd46490d0
1 changed files with 1 additions and 1 deletions

View File

@ -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$"