From 226e0fb910e216e67194942e0b79af556c1da17d Mon Sep 17 00:00:00 2001 From: BWM0223 Date: Sat, 13 Jun 2026 14:44:13 -0700 Subject: [PATCH] fix: add missing metadata fields to package.json --- 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..e301469029b 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -1,6 +1,9 @@ { "name": "@tanstack/query-core", "version": "5.101.0", + "bugs": { + "url": "https://github.com/TanStack/query/issues" + }, "description": "The framework agnostic core that powers TanStack Query", "author": "tannerlinsley", "license": "MIT",