From 9abd5fa13a7c464a3f21c8665b474470de93d74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Mon, 13 Nov 2023 02:55:50 +0100 Subject: [PATCH] chore: update homepage, repository url and issues links (#323) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 03372a18..aed36fe3 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,12 @@ "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu", - "homepage": "https://github.com/antfu/unplugin-icons", + "homepage": "https://github.com/unplugin/unplugin-icons#readme", "repository": { "type": "git", - "url": "https://github.com/antfu/unplugin-icons" + "url": "https://github.com/unplugin/unplugin-icons.git" }, - "bugs": "https://github.com/antfu/unplugin-icons/issues", + "bugs": "https://github.com/unplugin/unplugin-icons/issues", "exports": { ".": { "types": "./dist/index.d.ts",