From 7c80e9b7b5d667d133447985da7414e75d41459e Mon Sep 17 00:00:00 2001 From: Daksh Dhami Date: Wed, 1 Jul 2026 07:25:06 +0530 Subject: [PATCH] chore: add homepage and bugs URLs to package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 33fecf5fe..20b1a8c9d 100644 --- a/package.json +++ b/package.json @@ -69,5 +69,8 @@ "dist", "lib" ], - "homepage": "https://koajs.com" + "homepage": "https://github.com/koajs/koa", + "bugs": { + "url": "https://github.com/koajs/koa/issues" + } }