0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: fix script

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

View file

@ -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,