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

This commit is contained in:
dongyuwei
2018-07-11 11:46:44 +01:00
committed by Dan Abramov
parent e79366d549
commit afd46490d0
+1 -1
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$"