From fa3dbdd0debfc1c020a346374e765fe35601887e Mon Sep 17 00:00:00 2001 From: trongthai Date: Thu, 25 Jun 2026 12:29:08 +0700 Subject: [PATCH] chore: use https repository metadata --- 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",