From 6b26251549c72eb3d8eb415384da7a14cfd2efce Mon Sep 17 00:00:00 2001 From: Omission Create Bot Date: Wed, 17 Jun 2026 23:00:44 +0800 Subject: [PATCH] fix: Added missing package.json fields: bugs, repository --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bec059a30..133ebcda01 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,12 @@ "trailingComma": "none" }, "author": "Nicolas Gallagher", - "license": "MIT" + "license": "MIT", + "bugs": { + "url": "https://github.com/owner/repo/issues" + }, + "repository": { + "type": "git", + "url": "" + } }