From 6c3221e7229d3537b17e68441ff06548fed483ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:37:30 -0800 Subject: [PATCH] Remove contributors with deleted accounts (#74293) Co-authored-by: TypeScript Bot Co-authored-by: Isabel Duan Co-authored-by: Frank Elsinga --- types/nightwind/package.json | 2 +- types/paystack/package.json | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/types/nightwind/package.json b/types/nightwind/package.json index 8ce8a121cddea1..c9b7c3f10df05e 100644 --- a/types/nightwind/package.json +++ b/types/nightwind/package.json @@ -22,7 +22,7 @@ }, { "name": "jacopo", - "githubUsername": "jjranalli" + "githubUsername": "jacopo-eth" } ] } diff --git a/types/paystack/package.json b/types/paystack/package.json index 1de2aab14b0cea..8ecc5017f1f8bd 100644 --- a/types/paystack/package.json +++ b/types/paystack/package.json @@ -8,10 +8,5 @@ "devDependencies": { "@types/paystack": "workspace:." }, - "owners": [ - { - "name": "Oladiran Segun Solomon", - "githubUsername": "sheghun" - } - ] + "owners": [] }