From b61f51c3d4f8712a08e88a46c269e9c232bbf200 Mon Sep 17 00:00:00 2001 From: Oliver Dudgeon <22367286+OliverDudgeon@users.noreply.github.com> Date: Sun, 28 Dec 2025 16:49:14 +0000 Subject: [PATCH] chore: update repository field in package.json for correct URL format --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6dc42ab..bcd87ca 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "description": "MUI theme used on Squonk products", "sideEffects": false, - "repository": "github:InformaticsMatters/squonk-react-mui-theme", + "repositoryUrl": "https://github.com/InformaticsMatters/squonk-react-mui-theme.git", "license": "Apache-2.0", "private": false, "homepage": "https://github.com/InformaticsMatters/squonk-react-mui-theme/",