From 3d5b04d770d22ba98209599cb2ad1d9dc8ba8bdb 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 5faa76f..fcde93b 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",