From e756e54522992b1dff24bbb7918c854a458c16b9 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 Nov 2024 13:53:44 +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 3534d626..a42462d3 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,10 @@ "type": "git", "url": "git+https://github.com/fastify/fastify-multipart.git" }, + "bugs": { + "url": "https://github.com/fastify/fastify-multipart/issues" + }, + "homepage": "https://github.com/fastify/fastify-multipart#readme", "keywords": [ "fastify", "multipart",