Update package.json
This commit is contained in:
parent
1d289c5a55
commit
feb78e3a9d
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"license": "BSD-2-Clause",
|
||||
"engines": {
|
||||
"node": ">=14.13.0"
|
||||
"node": ">=14.20.0 <17"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/**.js --timeout 10000",
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"@mapbox/sphericalmercator": "1.2.0",
|
||||
"@mapbox/vector-tile": "1.3.1",
|
||||
"advanced-pool": "0.3.3",
|
||||
"canvas": "2.9.3",
|
||||
"canvas": "2.10.1",
|
||||
"chokidar": "3.5.3",
|
||||
"clone": "2.1.2",
|
||||
"color": "4.2.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue