From b9686cb96b4fbaf72f51522fdd5be94d5ccc4de3 Mon Sep 17 00:00:00 2001 From: Dan Dobos Date: Fri, 17 Oct 2025 11:09:55 +0200 Subject: [PATCH] fix: update project name and homepage URL in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3b7be68..255ba77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "online-shop", - "homepage": "https://dadobos.github.io/online-shop/", + "name": "react-shop", + "homepage": "https://dadobos.github.io/react-shop/", "version": "0.1.0", "private": true, "dependencies": {