From 95e58affb5bbd01f2560259c875a32400f0c86a6 Mon Sep 17 00:00:00 2001 From: Daksh Dhami Date: Wed, 1 Jul 2026 07:31:00 +0530 Subject: [PATCH] chore: add homepage and bugs URLs to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f86823b..488479d 100644 --- a/package.json +++ b/package.json @@ -47,5 +47,9 @@ "negotiation", "accept", "accepts" - ] + ], + "homepage": "https://github.com/jshttp/accepts", + "bugs": { + "url": "https://github.com/jshttp/accepts/issues" + } }