From 31a7e99c4797a02a06277d7e2931b770b9cc2000 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Wed, 5 Aug 2026 15:01:49 +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 435e41a..be36877 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "@nrfcloud/lambda-helpers", "version": "0.0.0-development", "description": "Helper functions for AWS Lambda functions used in nRF Cloud.", - "homepage": "https://github.com/nrfcloud/lambda-helpers#readme", + "homepage": "https://github.com/nRFCloud/lambda-helpers#readme", "bugs": { - "url": "https://github.com/nrfcloud/lambda-helpers/issues" + "url": "https://github.com/nRFCloud/lambda-helpers/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/nrfcloud/lambda-helpers.git" + "url": "git+https://github.com/nRFCloud/lambda-helpers.git" }, "author": "Nordic Semiconductor ASA | nordicsemi.no", "scripts": {