mirror of
https://github.com/acamarata/solar-spa.git
synced 2026-06-30 19:04:28 +00:00
fix: normalize repository URL to prevent npm publish warning
This commit is contained in:
parent
fb0c14e761
commit
66083d1e70
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue