From d3b8a1e0dde8f82afcce1568b68aed567bc6b6ea Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 10 May 2024 18:31:28 +0200 Subject: [PATCH] [pkg] Normalize repository URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3546be1..7a1ba87 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/websockets/utf-8-validate" + "url": "git+https://github.com/websockets/utf-8-validate.git" }, "keywords": [ "utf-8-validate"