From 6d2f536b66f04ab7b33acc212d9098f899f4b374 Mon Sep 17 00:00:00 2001 From: 1593959 <1593959+1593959@users.noreply.github.com> Date: Fri, 12 Jun 2026 01:40:52 +0800 Subject: [PATCH] fix: add bugs.url to @tanstack/query-core package manifest --- 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"