From 4bf0fee1e9bea43cf1fe880a9481d9cf91cbf3bd Mon Sep 17 00:00:00 2001 From: yfengj Date: Wed, 17 Jun 2026 02:35:45 +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 7658ece..84c4ebb 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,10 @@ "jquery" ], "repository": "https://github.com/natelindev/react-use-hoverintent", + "homepage": "https://github.com/natelindev/react-use-hoverintent#readme", + "bugs": { + "url": "https://github.com/natelindev/react-use-hoverintent/issues" + }, "license": "MIT", "author": "linlilulll@gmail.com", "main": "dist/index.js",