From f531949aae45944822550d464b5cdcfdc24c669a Mon Sep 17 00:00:00 2001 From: 452740336 <452740336@users.noreply.github.com> Date: Sat, 13 Jun 2026 00:08:10 +0800 Subject: [PATCH] chore: add biome config package metadata --- packages/biome-config/package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/biome-config/package.json b/packages/biome-config/package.json index 12bc2a5..0b58056 100644 --- a/packages/biome-config/package.json +++ b/packages/biome-config/package.json @@ -8,6 +8,14 @@ "biome-config" ], "homepage": "https://github.com/red-explosion/common-js/tree/main/packages/biome-config", + "repository": { + "type": "git", + "url": "https://github.com/red-explosion/common-js.git", + "directory": "packages/biome-config" + }, + "bugs": { + "url": "https://github.com/red-explosion/common-js/issues" + }, "license": "MIT", "author": "ben Sherred " }