From 8efd2f7753d30a7d220e2d811ee41ca9f891c584 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Wed, 5 Aug 2026 15:01:46 +0200 Subject: [PATCH] docs: properly name the repo this is needed for NPM trusted publishing to work --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e95b915..d44aab4 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "@nrfcloud/fetch-with-debug", "version": "0.0.0-development", "description": "Simple wrapper around fetch that logs request and response.", - "homepage": "https://github.com/nrfcloud/fetch-with-debug#readme", + "homepage": "https://github.com/nRFCloud/fetch-with-debug#readme", "bugs": { - "url": "https://github.com/nrfcloud/fetch-with-debug/issues" + "url": "https://github.com/nRFCloud/fetch-with-debug/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/nrfcloud/fetch-with-debug.git" + "url": "git+https://github.com/nRFCloud/fetch-with-debug.git" }, "author": "Nordic Semiconductor ASA | nordicsemi.no", "scripts": {