From e2a158800089c726e6a272c39a93bc707e0b1003 Mon Sep 17 00:00:00 2001 From: Daksh Dhami Date: Wed, 1 Jul 2026 07:25:05 +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 e90bac8..1ddc0e3 100644 --- a/package.json +++ b/package.json @@ -38,5 +38,9 @@ "test": "npm run lint && npm run test-ci", "test-ci": "nyc --reporter=lcov --reporter=text mocha --require test/support/env", "lint": "eslint lib test" + }, + "homepage": "https://github.com/expressjs/cors", + "bugs": { + "url": "https://github.com/expressjs/cors/issues" } }