mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/package: lower minimum node version, replace npm with pnpm
This commit is contained in:
parent
786fd0555e
commit
18b3daf90f
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
},
|
},
|
||||||
"license": "CC-BY-NC-SA-4.0",
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20.9",
|
"node": ">=20",
|
||||||
"npm": ">=9"
|
"pnpm": ">=9"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue