mirror of
https://github.com/acamarata/solar-spa.git
synced 2026-07-03 04:10:41 +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": {
|
"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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue