From 6d4b301f4ff086e16a8971030cdd4ff7546c90f5 Mon Sep 17 00:00:00 2001 From: mtalhas Date: Sat, 8 Feb 2025 16:10:06 -0500 Subject: [PATCH] chore: update project name, description, and repository details --- package.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b410b95e6..ab545c730 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,14 @@ { - "name": "@coreui/coreui-free-react-admin-template", + "name": "@cerebralabs/admin.cerebralabs.github.io", "version": "5.3.0", - "description": "CoreUI Free React Admin Template", + "description": "Cerebralabs Admin Website", "homepage": ".", - "bugs": { - "url": "https://github.com/coreui/coreui-free-react-admin-template/issues" - }, "repository": { "type": "git", - "url": "git@github.com:coreui/coreui-free-react-admin-template.git" + "url": "git@github.com:cerebralabs/admin.cerebralabs.github.io.git" }, "license": "MIT", - "author": "The CoreUI Team (https://github.com/orgs/coreui/people)", + "author": "Cerebralabs", "scripts": { "build": "vite build", "lint": "eslint",