From dcae439d7a666c1c4042cfff36fec26bbfbbf920 Mon Sep 17 00:00:00 2001 From: wangyishuai <13122317939@163.com> Date: Wed, 10 Jun 2026 01:04:24 +0800 Subject: [PATCH] Add package support metadata --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index cd856df..913c5e0 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "React hook for component-size", "main": "index.js", "repository": "https://github.com/rehooks/component-size", + "homepage": "https://github.com/rehooks/component-size#readme", + "bugs": { + "url": "https://github.com/rehooks/component-size/issues" + }, "author": "Fouad Matin ", "license": "MIT", "publishConfig": {