mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Fix nodejs engine version requirement
This commit is contained in:
parent
07c7eca262
commit
163b8f4c4a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
|
|
Loading…
Reference in a new issue