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:
parent
31050ee369
commit
2c45bc6e82
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue