breaking(v2): required nodejs version >=8.9 -> >=8.10 so we can use es2017 (#2045)

This commit is contained in:
Endi 2019-11-25 12:40:57 +07:00 committed by Yangshun Tay
parent 3abd2814b8
commit 421f862701
11 changed files with 14 additions and 11 deletions

View file

@ -29,6 +29,6 @@
"shelljs": "^0.8.3"
},
"engines": {
"node": ">= 8.9.0"
"node": ">= 8.10.0"
}
}