From 8107ba60fbe377ace2854402bd2125f66cc2ef0e Mon Sep 17 00:00:00 2001 From: FrenchGithubUser Date: Tue, 22 Apr 2025 11:05:00 +0200 Subject: [PATCH] renamed arcadia-client to arcadia-frontend for clarity --- frontend/README.md | 3 +-- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) 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",