From ae508cab672f6ce5d547492daafeac4a54dc44bb Mon Sep 17 00:00:00 2001 From: Simon Warta <2603011+webmaster128@users.noreply.github.com> Date: Wed, 29 Oct 2025 19:31:52 +0100 Subject: [PATCH] Streamline repository URL The version without dash seems to be the preferred one --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a5232d7..4e82c05 100644 --- a/package.json +++ b/package.json @@ -79,9 +79,9 @@ "url": "git://github.com/koajs/bodyparser.git" }, "bugs": { - "url": "https://github.com/koajs/body-parser/issues" + "url": "https://github.com/koajs/bodyparser/issues" }, - "homepage": "https://github.com/koajs/body-parser", + "homepage": "https://github.com/koajs/bodyparser", "publishConfig": { "access": "public" }