From 2c27d2a483fe09eef4b48bb8d2fef5e04650533f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Mon, 7 Oct 2024 11:32:57 +0800 Subject: [PATCH] chore: full repo url in package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2195deba..26efcc46 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "packageManager": "pnpm@8.15.9", "description": "Unified plugin system for build tools", "license": "MIT", - "repository": "unjs/unplugin", + "repository": { + "type": "git", + "url": "git+https://github.com/unjs/unplugin.git" + }, "sideEffects": false, "exports": { ".": {