From 057c50adb7f931856af954f118c66267df1415cc Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:40:23 -0500 Subject: [PATCH] fix: fixed repo url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5054c31..c4cde2e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "main": "lib/router.js", "repository": { "type": "git", - "url": "https://github.com/koajs/router.git" + "url": "git+https://github.com/koajs/router.git" }, "scripts": { "bench": "make -C bench",