From b1a82b099f258e47214a043ff7144de8ed271a1e Mon Sep 17 00:00:00 2001 From: aagear <854469796@qq.com> Date: Thu, 25 Jun 2026 15:49:43 +0800 Subject: [PATCH] fix: use git+https:// repository URL instead of legacy git:// --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71ecc10..7a41630 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/stacktracejs/error-stack-parser.git" + "url": "git+https://github.com/stacktracejs/error-stack-parser.git" }, "devDependencies": { "eslint": "^8.17.0",