From e3906fae2c1d43c71730f8bfb85c306120969573 Mon Sep 17 00:00:00 2001 From: Shreshth Srivastava Date: Thu, 11 Jun 2026 18:16:51 -0700 Subject: [PATCH] chore: add package support metadata --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 6e7c48a..8027537 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "@rspack/plugin-react-refresh", "version": "2.0.2", "repository": "https://github.com/rstackjs/rspack-plugin-react-refresh", + "homepage": "https://github.com/rstackjs/rspack-plugin-react-refresh#readme", + "bugs": { + "url": "https://github.com/rstackjs/rspack-plugin-react-refresh/issues" + }, "license": "MIT", "description": "React refresh plugin for Rspack", "type": "module",