Add Node 11 support (#9037)

This commit is contained in:
Sergey Rubanov 2018-11-18 18:17:06 +03:00 committed by Suchipi
parent 20a9d71016
commit 88696601e1

View File

@ -71,7 +71,7 @@
"webpack-stream": "^4.0.0"
},
"engines": {
"node": ">= 6.9.0 <= 11.0.0-0",
"node": ">= 6.9.0 < 12.0.0",
"npm": ">= 3.x <= 6.x",
"yarn": ">=0.27.5 || >=1.0.0-20170811"
},