1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

chore: fix script

This commit is contained in:
Juan Picado 2022-03-08 17:51:34 +01:00
parent 31050ee369
commit 2c45bc6e82

@ -20,7 +20,7 @@ const excludebots = [
try { try {
// Awesome script made by https://github.com/dianmorales // Awesome script made by https://github.com/dianmorales
const result = await contributors({ const result = await contributors({
token, token: token as string,
organization: 'verdaccio', organization: 'verdaccio',
excludebots, excludebots,
allowFork: false, allowFork: false,