mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-24 19:56:18 +01:00
web/package: lowball engine requirements
This commit is contained in:
parent
f6ecdf9e78
commit
766dc1a907
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.10.0",
|
||||
"npm": ">=10.0.0"
|
||||
"node": ">=20",
|
||||
"npm": ">=9"
|
||||
},
|
||||
"license": "AGPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue