[READ-ONLY] Mirror of https://github.com/bombshell-dev/tab. shell autocompletions for javascript CLIs
4

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix package metadata (#44)

authored by

James Garbutt and committed by
GitHub
(Aug 21, 2025, 10:51 AM +0100) 16551539 04bc8746

+13
+5
.changeset/fifty-pans-press.md
··· 1 + --- 2 + '@bomb.sh/tab': patch 3 + --- 4 + 5 + Update package metadata with repo URL.
+8
package.json
··· 27 27 "autocomplete" 28 28 ], 29 29 "author": "Bombshell Authors (https://github.com/bombshell-dev)", 30 + "homepage": "https://github.com/bombshell-dev/tab#readme", 31 + "bugs": { 32 + "url": "https://github.com/bombshell-dev/tab/issues" 33 + }, 34 + "repository": { 35 + "type": "git", 36 + "url": "git+https://github.com/bombshell-dev/tab.git" 37 + }, 30 38 "license": "ISC", 31 39 "devDependencies": { 32 40 "@changesets/cli": "^2.29.6",