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

@@ -21,7 +21,7 @@
"fetcher"
],
"engines": {
"node": ">=10"
"node": ">=10.13"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",