From a5b86c21e0c42b0f58eb653b50ede23d8ac654dc Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 Nov 2024 13:48:10 +0000 Subject: [PATCH] chore(package): add `homepage` and `bugs` urls Signed-off-by: Frazer Smith --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 658b964..52dddaa 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,10 @@ "type": "git", "url": "git+https://github.com/fastify/one-line-logger.git" }, + "bugs": { + "url": "https://github.com/fastify/one-line-logger/issues" + }, + "homepage": "https://github.com/fastify/one-line-logger#readme", "keywords": [ "fastify", "logger",