From 3c265e17c8ec359fecd043c6355a7296012bdde7 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 Nov 2024 14:03:06 +0000 Subject: [PATCH] chore(package): add `bugs` url Signed-off-by: Frazer Smith --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 85360c1..06d717b 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,9 @@ "type": "git", "url": "git://github.com/fastify/fastify-request-context.git" }, + "bugs": { + "url": "https://github.com/fastify/fastify-request-context/issues" + }, "keywords": [ "fastify", "plugin",