feat: support only Node>=10.13

This commit is contained in:
Zoltan Kochan
2020-03-16 02:16:53 +02:00
parent 394902ac62
commit bf4dcc312d
80 changed files with 80 additions and 80 deletions

View File

@@ -9,7 +9,7 @@
"!*.map"
],
"engines": {
"node": ">=10"
"node": ">=10.13"
},
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",