From ce54abd7822c2fd8114c881900834f8f7f86553d Mon Sep 17 00:00:00 2001 From: Yusrizal Ahmad Date: Thu, 25 Jun 2026 14:00:01 +0000 Subject: [PATCH] fix: update repository URL from git:// to git+https:// Replace deprecated git:// protocol with modern git+https://. Closes: charles-openclaw/charles-microbounties#3413 --- 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"