From 1a01b5fb61c7f0d59f23d3c74171e69946a333b6 Mon Sep 17 00:00:00 2001 From: spenpal Date: Mon, 7 Jul 2025 15:39:52 -0500 Subject: [PATCH] chore: add Sanjeev Penupala as a contributor in package.json --- plugin/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/package.json b/plugin/package.json index f300a5c..2e2131e 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)", + "Sanjeev Penupala (https://github.com/spenpal)" ], "scripts": { "build": "tsc --noEmit && vitest run && biome ci && exportcase check src && stryker run && tsc",