diff --git a/package.json b/package.json index 36387796..e5f792c4 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,9 @@ "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc npm test", "version": "node scripts/version-history.js && git add HISTORY.md" + }, + "homepage": "https://github.com/koajs/session", + "bugs": { + "url": "https://github.com/koajs/session/issues" } }