From e423ae54841c99b3c0ea923fcf8f4ac9df977c7a Mon Sep 17 00:00:00 2001 From: Soengkit Date: Sun, 21 Jun 2026 16:40:14 +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 8d944db..d127d8c 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/koajs/bodyparser.git" + "url": "git+https://github.com/koajs/bodyparser.git" }, "bugs": { "url": "https://github.com/koajs/bodyparser/issues"