From cbd9a5aaac9b0e826fc7e26be7a6c6066b4739ff Mon Sep 17 00:00:00 2001 From: James Garbutt <43081j@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:47:03 +0100 Subject: [PATCH] chore: fix package metadata --- .changeset/fifty-pans-press.md | 5 +++++ package.json | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .changeset/fifty-pans-press.md diff --git a/.changeset/fifty-pans-press.md b/.changeset/fifty-pans-press.md new file mode 100644 index 0000000..4a9317a --- /dev/null +++ b/.changeset/fifty-pans-press.md @@ -0,0 +1,5 @@ +--- +'@bomb.sh/tab': patch +--- + +Update package metadata with repo URL. diff --git a/package.json b/package.json index 4841104..8bc10ac 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,14 @@ "autocomplete" ], "author": "Bombshell Authors (https://github.com/bombshell-dev)", + "homepage": "https://github.com/bombshell-dev/tab#readme", + "bugs": { + "url": "https://github.com/bombshell-dev/tab/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/bombshell-dev/tab.git" + }, "license": "ISC", "devDependencies": { "@changesets/cli": "^2.29.6",