From c4e601e133c2400715439f70a115b8a08763dc0e Mon Sep 17 00:00:00 2001 From: spenpal Date: Mon, 7 Jul 2025 15:26:35 -0500 Subject: [PATCH] docs: add spenpal to contributors list --- plugin/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/package.json b/plugin/package.json index f300a5c..d2376ce 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -20,7 +20,8 @@ "contributors": [ "Jeremy Cherer (https://github.com/JavaLavaMT)", "Rocky Warren (https://github.com/therockstorm)", - "Gerrit Birkeland (https://github.com/Gerrit0)" + "Gerrit Birkeland (https://github.com/Gerrit0)", + "spenpal (https://github.com/spenpal)" ], "scripts": { "build": "tsc --noEmit && vitest run && biome ci && exportcase check src && stryker run && tsc",