From 131ab587e36bad7655525c1c8ccfb4cb1f6a4722 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Fri, 23 Jan 2026 18:08:11 +0000 Subject: [PATCH 1/2] Add missing package.json `respository.url` fields --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 1558d650..04e3ff17 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "author": { "name": "NHS England" }, + "repository": { + "type": "git", + "url": "https://github.com/NHSDigital/nhsuk-react-components" + }, "sideEffects": false, "type": "module", "imports": { From d962d4bd601aa65a95566f9246c4158e9e72f7a8 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Mon, 26 Jan 2026 10:32:02 +0000 Subject: [PATCH 2/2] Switch to `git+https://` for repo URL Co-authored-by: Frankie Roberto --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04e3ff17..68cbf8c0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/NHSDigital/nhsuk-react-components" + "url": "git+https://github.com/NHSDigital/nhsuk-react-components.git" }, "sideEffects": false, "type": "module",