From 7aed89a70a6ef28029e2d249cff1addf6469d2fb Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 15 Jun 2026 19:34:48 +0000 Subject: [PATCH] docs: add bugs metadata for @tanstack/query-core --- packages/query-core/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/query-core/package.json b/packages/query-core/package.json index 80f9f479f82..077221aabb2 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -10,6 +10,9 @@ "directory": "packages/query-core" }, "homepage": "https://tanstack.com/query", + "bugs": { + "url": "https://github.com/TanStack/query/issues" + }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley"