fix build target for megalodon

This commit is contained in:
Hazelnoot 2025-01-31 10:46:31 -05:00
parent bbfba495df
commit 02e90e23b7
2 changed files with 5 additions and 5 deletions

View file

@ -9,9 +9,9 @@
"doc": "typedoc --out ../docs ./src",
"test": "cross-env NODE_ENV=test jest -u --maxWorkers=3"
},
"engines": {
"node": ">=15.0.0"
},
"engines": {
"node": "^22.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h3poteto/megalodon.git"