From 9545881a7329f876adc5d364613739afd1fd5f57 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 d70eacb..0d49982 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,9 @@ "test": "mocha --check-leaks --bail --reporter spec test/", "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" + }, + "homepage": "https://github.com/pillarjs/parseurl", + "bugs": { + "url": "https://github.com/pillarjs/parseurl/issues" } }