From a2b55d889841a46845f83b37595a34126ed65b24 Mon Sep 17 00:00:00 2001 From: Daksh Dhami Date: Wed, 1 Jul 2026 07:27:24 +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 842cfbdb..48e1276c 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,9 @@ "test": "mocha --reporter spec --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/body-parser", + "bugs": { + "url": "https://github.com/expressjs/body-parser/issues" } }