diff --git a/frontend/README.md b/frontend/README.md index 5eb067c0..be5ce654 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,4 @@ -# Arcadia-client +# arcadia-frontend This is the client (frontend) of the Arcadia project. @@ -9,4 +9,3 @@ This is the client (frontend) of the Arcadia project.

For contributions see [CONTRIBUTING.md](CONTRIBUTING.md) - diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b7eeda17..dabfa8c9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,11 +1,11 @@ { - "name": "arcadia-client", + "name": "arcadia-frontend", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "arcadia-client", + "name": "arcadia-frontend", "version": "0.0.0", "dependencies": { "@primeuix/themes": "^1.0.0", diff --git a/frontend/package.json b/frontend/package.json index 7fba1e0b..378be29d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,5 +1,5 @@ { - "name": "arcadia-client", + "name": "arcadia-frontend", "version": "0.0.0", "private": true, "type": "module",