From 0743ed6b31de2607af091739a1f2ba54d3c4d228 Mon Sep 17 00:00:00 2001 From: YfengJ <166808804+YfengJ@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:43:07 +0800 Subject: [PATCH] chore: add package support metadata --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index f134e52..a475460 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "@rsbuild/plugin-css-minimizer", "version": "2.0.1", "repository": "https://github.com/rstackjs/rsbuild-plugin-css-minimizer", + "homepage": "https://github.com/rstackjs/rsbuild-plugin-css-minimizer#readme", + "bugs": { + "url": "https://github.com/rstackjs/rsbuild-plugin-css-minimizer/issues" + }, "license": "MIT", "type": "module", "exports": {