mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00: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…
Add table
Add a link
Reference in a new issue