From ca6b7e1411c5032663bade4e5ef759b075d87a16 Mon Sep 17 00:00:00 2001 From: Kevin Daniel Bermudez Calderon <162216052+KevinBermudezC@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:09:03 -0500 Subject: [PATCH] Added my name --- scripts/contributorList.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/contributorList.js b/scripts/contributorList.js index 6e63868..12deee1 100644 --- a/scripts/contributorList.js +++ b/scripts/contributorList.js @@ -126,4 +126,9 @@ let contributors = [ "name": "Ujjawal" } , + { + "github": "https://github.com/KevinBermudezC", + "name": "Kevin Bermudez" + } + , ]