From 39a164f24f261aa8996f061a628f77d4aa00fc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Wed, 18 Feb 2026 11:15:31 +0000 Subject: [PATCH] fix: update repository URL to use correct casing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c6a773..4765b0f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/breizhhardware/express-prom-bundle.git" + "url": "https://github.com/BreizhHardware/express-prom-bundle" }, "engines": { "node": ">=18"