From 132fa73a7737ab1ec01e6fc761ebf91bb9728b73 Mon Sep 17 00:00:00 2001 From: Jean-Marc Millet Date: Wed, 24 Jan 2024 18:00:00 +0100 Subject: [PATCH] change repo url and homepage url --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2f02c1118d..c7e5395cae 100644 --- a/package.json +++ b/package.json @@ -153,8 +153,9 @@ "framer-motion": "^4.1.17", "react-hook-form": "^7.49.2" }, - "homepage": "https://github.com/scality/core-ui", + "homepage": "https://scality.github.io/core-ui/", "publishConfig": { "access": "public" - } + }, + "repository": "https://github.com/scality/core-ui.git" }