From 123512132592d7f9780704518a8ddbd23cf73473 Mon Sep 17 00:00:00 2001 From: BWM0223 Date: Sat, 13 Jun 2026 09:21:42 -0700 Subject: [PATCH] fix: add missing metadata fields to package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d946b6363..00928fac4 100644 --- a/package.json +++ b/package.json @@ -146,5 +146,8 @@ "workspaces": [ "packages/*", "integration/*" - ] + ], + "bugs": { + "url": "https://github.com/modernweb-dev/web/issues" + } }