From 237cfc2e14804a3e30c9e4cccaf9d73177d7ee6b Mon Sep 17 00:00:00 2001 From: YfengJ <166808804+YfengJ@users.noreply.github.com> Date: Wed, 17 Jun 2026 17:52:56 +0800 Subject: [PATCH] chore: add package bugs metadata --- src/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/package.json b/src/package.json index f8af7d2..f50857c 100644 --- a/src/package.json +++ b/src/package.json @@ -9,6 +9,9 @@ "type": "git", "url": "git://github.com/shaddix/react-query-swagger.git" }, + "bugs": { + "url": "https://github.com/shaddix/react-query-swagger/issues" + }, "main": "dist/index.js", "typings": "dist/index.d.ts", "types": "dist/index.d.ts",