Skip to content

Commit 1655153

Browse files
authored
chore: fix package metadata (#44)
1 parent 04bc874 commit 1655153

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/fifty-pans-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@bomb.sh/tab': patch
3+
---
4+
5+
Update package metadata with repo URL.

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
"autocomplete"
2828
],
2929
"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+
},
3038
"license": "ISC",
3139
"devDependencies": {
3240
"@changesets/cli": "^2.29.6",

0 commit comments

Comments
 (0)