Fix name in package-lock.json

The frontend-checks job started failing because the declared name does
not match the repository name.
This commit is contained in:
Matthias Riße 2024-04-30 12:33:18 +02:00
parent dd0ee15840
commit 28a3b2e6e7
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,10 +1,10 @@
{
"name": "forgejo",
"name": "forgejo-aneksajo",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "forgejo",
"name": "forgejo-aneksajo",
"dependencies": {
"@citation-js/core": "0.7.14",
"@citation-js/plugin-bibtex": "0.7.16",

View file

@ -1,5 +1,5 @@
{
"name": "forgejo",
"name": "forgejo-aneksajo",
"type": "module",
"engines": {
"node": ">= 20.0.0"