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