From 2c45bc6e825e8592aa42ab88bc19fb3fcd058c52 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Tue, 8 Mar 2022 17:51:34 +0100 Subject: [PATCH] chore: fix script --- scripts/contributors-update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contributors-update.ts b/scripts/contributors-update.ts index 10f16f50b..ba83ec87e 100644 --- a/scripts/contributors-update.ts +++ b/scripts/contributors-update.ts @@ -20,7 +20,7 @@ const excludebots = [ try { // Awesome script made by https://github.com/dianmorales const result = await contributors({ - token, + token: token as string, organization: 'verdaccio', excludebots, allowFork: false,