From dff6e569a9793a5f7f093af25c5ece92d67398cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 14 Feb 2024 11:15:10 +0100 Subject: [PATCH] Change new frontend name and description in package.json --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 3dfe8379e..23a8ae3fb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { - "name": "boilerplate-frontend", + "name": "ocelot-social-frontend", "version": "1.0.0", - "description": "The IT4C Boilerplate for frontends", + "description": "ocelot.social new Frontend (in development and not fully implemented) by IT4C Boilerplate for frontends", "main": "build/index.js", "type": "module", "repository": {