From 707f409acb0d60b16d1d46394e27ac2ea311470d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 1 Jul 2026 07:31:08 +0530 Subject: [PATCH] chore: add homepage and bugs URLs to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 482cbc8..a38157f 100644 --- a/package.json +++ b/package.json @@ -48,5 +48,9 @@ "project": [ "tsconfig.build.json" ] + }, + "homepage": "https://github.com/jshttp/content-type", + "bugs": { + "url": "https://github.com/jshttp/content-type/issues" } }