From 7a5848d9e8cf7b77ab65e7cd541ac8b971cf013f Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 25 Jan 2024 11:17:11 +0000 Subject: [PATCH] chore(package): fix repository url Signed-off-by: Frazer Smith --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63069fe..a5fcd23 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/fastify/busboy.git" + "url": "git+https://github.com/fastify/busboy.git" }, "tsd": { "directory": "test/types",