mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
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:
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user