fix: normalize repository URL to prevent npm publish warning

This commit is contained in:
Aric Camarata 2026-02-25 10:36:37 -05:00
parent fb0c14e761
commit 66083d1e70

View file

@ -53,7 +53,7 @@
], ],
"repository": { "repository": {
"type": "git", "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", "homepage": "https://github.com/acamarata/solar-spa#readme",
"bugs": { "bugs": {