fix: correct npm repository URL format in cli package

Use git+https://...git format to prevent npm publish warning about
auto-correction of repository URL field.
This commit is contained in:
weishu
2026-01-03 23:15:23 +08:00
parent 47e9d316c9
commit 63f3bcac3d
+1 -1
View File
@@ -9,7 +9,7 @@
"bugs": "https://github.com/tiann/hapi/issues",
"repository": {
"type": "git",
"url": "https://github.com/tiann/hapi",
"url": "git+https://github.com/tiann/hapi.git",
"directory": "cli"
},
"bin": {