From e293fb0d0c561ffb4879dfa8083a3083a2aff224 Mon Sep 17 00:00:00 2001 From: leo1987820 Date: Fri, 26 Jun 2026 03:06:22 +0800 Subject: [PATCH] Use HTTPS repository metadata --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3026bac..039b9ab 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "types": "index.d.ts", "repository": { "type": "git", - "url": "git://github.com/feross/safe-buffer.git" + "url": "git+https://github.com/feross/safe-buffer.git" }, "scripts": { "test": "standard && tape test/*.js"