fix: update repository URL format in package.json

This commit is contained in:
tone
2025-10-15 12:41:32 +08:00
parent 9a34212aba
commit 76878b5108

View File

@@ -27,7 +27,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tonecn/typesrpc.git"
"url": "git+https://github.com/tonecn/typesrpc.git"
},
"bugs": {
"url": "https://github.com/tonecn/typesrpc/issues"
@@ -50,4 +50,4 @@
"tsc-alias": "^1.8.16",
"typescript": "^5.9.2"
}
}
}