From d97cb894d46d05a5844a109944660b581ec55f70 Mon Sep 17 00:00:00 2001 From: Qingyu Wang <40660121+colinaaa@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:13:25 +0800 Subject: [PATCH] chore: change `repository.url` to `rspack-contrib` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d9e9c8..98862ec 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.1", "repository": { "type": "git", - "url": "git+https://github.com/colinaaa/rsbuild-plugin-arethetypeswrong.git" + "url": "git+https://github.com/rspack-contrib/rsbuild-plugin-arethetypeswrong.git" }, "license": "MIT", "type": "module",