From 66083d1e70d22450810ab4f27cee26521db5f271 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Wed, 25 Feb 2026 10:36:37 -0500 Subject: [PATCH] fix: normalize repository URL to prevent npm publish warning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83a3e0c..0c6027f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/acamarata/solar-spa.git" + "url": "git+https://github.com/acamarata/solar-spa.git" }, "homepage": "https://github.com/acamarata/solar-spa#readme", "bugs": {