From cddb64d0995ee87021a6187fcab3d2e0f8892361 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 29 Jan 2024 19:43:43 +0000 Subject: [PATCH] chore(package): fix repository url (#143) 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",