eslint: node version bump

This commit is contained in:
John McLear 2021-01-19 21:05:30 +00:00
parent 3e78be371d
commit 80e0e2d932
6 changed files with 7 additions and 22035 deletions

View file

@ -225,7 +225,7 @@ publish your plugin.
"author": "USERNAME (REAL NAME) <MAIL@EXAMPLE.COM>",
"contributors": [],
"dependencies": {"MODULE": "0.3.20"},
"engines": { "node": ">= 10.13.0"}
"engines": { "node": "^10.17.0 || >=11.14.0"}
}
```