From 1c4f841f6ccba7d58275b2a776907f76b82abda4 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 1 Jul 2026 07:31:16 +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 4b46d62..f79f894 100644 --- a/package.json +++ b/package.json @@ -50,5 +50,9 @@ "HISTORY.md", "LICENSE", "README.md" - ] + ], + "homepage": "https://github.com/jshttp/http-errors", + "bugs": { + "url": "https://github.com/jshttp/http-errors/issues" + } }