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" } }