From 3b88fafd81fb8fb7f4521f0ad9556af0eda28685 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 1 Jul 2026 07:31:26 +0530 Subject: [PATCH] chore: add homepage and bugs URLs to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ebbed2c..7bd3a96 100644 --- a/package.json +++ b/package.json @@ -45,5 +45,9 @@ "content", "type", "checking" - ] + ], + "homepage": "https://github.com/jshttp/type-is", + "bugs": { + "url": "https://github.com/jshttp/type-is/issues" + } }