From 76878b5108be6ffdf44b1054f895726af637b769 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Wed, 15 Oct 2025 12:41:32 +0800 Subject: [PATCH] fix: update repository URL format in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b370918..4566447 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}