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",