From d37c90dda5ede94fe7240825cbbcbcaa3d9e461c Mon Sep 17 00:00:00 2001 From: Tom Gao Date: Tue, 4 Jun 2024 18:51:37 +0800 Subject: [PATCH] fix: repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20b6c3d..6e9fddd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "types": "./types/index.d.ts" } }, - "repository": "https://github.com/vite-plugin/vite-plugin-target.git", + "repository": "https://github.com/tomjs/vite-plugin-target.git", "author": "草鞋没号 <308487730@qq.com>", "license": "MIT", "scripts": {