From 513762965e02942ea47f44f72808274d30886b9c Mon Sep 17 00:00:00 2001 From: Daksh Dhami Date: Wed, 1 Jul 2026 07:27:25 +0530 Subject: [PATCH] chore: add homepage and bugs URLs to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 5f60e5f..17e86f5 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,9 @@ "test": "mocha --reporter spec --bail --check-leaks test/", "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" + }, + "homepage": "https://github.com/expressjs/vhost", + "bugs": { + "url": "https://github.com/expressjs/vhost/issues" } }