Skip to content

Commit f17d7e8

Browse files
authored
chore: add bugs.url metadata to all published packages (#470)
Adds the `bugs` field pointing to the GitHub issue tracker to every publishable package under packages/. This was the only standard metadata field missing; repository, license, homepage, funding, author and keywords were already present and consistent across all packages.
1 parent fca4065 commit f17d7e8

13 files changed

Lines changed: 39 additions & 0 deletions

File tree

packages/angular-devtools/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"directory": "packages/angular-devtools"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
13+
"bugs": {
14+
"url": "https://github.com/TanStack/devtools/issues"
15+
},
1316
"funding": {
1417
"type": "github",
1518
"url": "https://github.com/sponsors/tannerlinsley"

packages/devtools-a11y/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"directory": "packages/devtools-a11y"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
13+
"bugs": {
14+
"url": "https://github.com/TanStack/devtools/issues"
15+
},
1316
"funding": {
1417
"type": "github",
1518
"url": "https://github.com/sponsors/tannerlinsley"

packages/devtools-client/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"directory": "packages/devtools-client"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
13+
"bugs": {
14+
"url": "https://github.com/TanStack/devtools/issues"
15+
},
1316
"funding": {
1417
"type": "github",
1518
"url": "https://github.com/sponsors/tannerlinsley"

packages/devtools-ui/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"directory": "packages/devtools-ui"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
13+
"bugs": {
14+
"url": "https://github.com/TanStack/devtools/issues"
15+
},
1316
"funding": {
1417
"type": "github",
1518
"url": "https://github.com/sponsors/tannerlinsley"

packages/devtools-utils/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"directory": "packages/devtools-utils"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
13+
"bugs": {
14+
"url": "https://github.com/TanStack/devtools/issues"
15+
},
1316
"funding": {
1417
"type": "github",
1518
"url": "https://github.com/sponsors/tannerlinsley"

packages/devtools-vite/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"directory": "packages/devtools-vite"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
13+
"bugs": {
14+
"url": "https://github.com/TanStack/devtools/issues"
15+
},
1316
"funding": {
1417
"type": "github",
1518
"url": "https://github.com/sponsors/tannerlinsley"

packages/devtools/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"directory": "packages/devtools"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
13+
"bugs": {
14+
"url": "https://github.com/TanStack/devtools/issues"
15+
},
1316
"funding": {
1417
"type": "github",
1518
"url": "https://github.com/sponsors/tannerlinsley"

packages/event-bus-client/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"directory": "packages/devtools-event-client"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
13+
"bugs": {
14+
"url": "https://github.com/TanStack/devtools/issues"
15+
},
1316
"funding": {
1417
"type": "github",
1518
"url": "https://github.com/sponsors/tannerlinsley"

packages/event-bus/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"directory": "packages/devtools-event-bus"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
13+
"bugs": {
14+
"url": "https://github.com/TanStack/devtools/issues"
15+
},
1316
"funding": {
1417
"type": "github",
1518
"url": "https://github.com/sponsors/tannerlinsley"

packages/preact-devtools/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"directory": "packages/preact-devtools"
1111
},
1212
"homepage": "https://tanstack.com/devtools",
13+
"bugs": {
14+
"url": "https://github.com/TanStack/devtools/issues"
15+
},
1316
"funding": {
1417
"type": "github",
1518
"url": "https://github.com/sponsors/tannerlinsley"

0 commit comments

Comments
 (0)