From 79c1cc0de4962df87a435ae8a32f01d792e135c3 Mon Sep 17 00:00:00 2001 From: Satyam <95536056+Satyam-Rastogi@users.noreply.github.com> Date: Sun, 1 Feb 2026 03:54:30 +0530 Subject: [PATCH] chore: remove branding references and update author metadata --- README.md | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c580d7f..3795c38 100644 --- a/README.md +++ b/README.md @@ -109,4 +109,4 @@ Checks if the system should run in simulated demo mode. | **OpenWeather** | Dashboard Weather Widget | `VITE_OPENWEATHER_API_KEY` | --- -**Created by Antigravity for Plano Realty CRM** +**Created by Satyam-Rastogi for Plano Realty CRM** diff --git a/package.json b/package.json index 8db4531..d9d0704 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "plano-realty-crm", "private": true, "version": "0.0.0", + "author": "Satyam-Rastogi", "type": "module", "scripts": { "dev": "vite", @@ -38,4 +39,4 @@ "globals": "^16.5.0", "vite": "^7.2.4" } -} +} \ No newline at end of file