Allow node 11 as devEngine (#14450)

Using node 11 throws incompatibility error. This fixes it. Only test I performed was to run `yarn build -- --type=RN_OSS` everything seemed ok.
This commit is contained in:
Ilja Daderko 2018-12-25 19:05:31 +02:00 committed by Dan Abramov
parent 659c13963e
commit fef40c061e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
"@mattiasbuelens/web-streams-polyfill": "0.1.0"
},
"devEngines": {
"node": "8.x || 9.x || 10.x"
"node": "8.x || 9.x || 10.x || 11.x"
},
"jest": {
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"