mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
bugfix
This commit is contained in:
parent
8afafa9a17
commit
e92e582b88
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ function Config(config) {
|
|||
typeof(this.packages[i]) === 'object' &&
|
||||
!Array.isArray(this.packages[i])
|
||||
, 'CONFIG: bad "'+i+'" package description (object expected)');
|
||||
check_userlist(i, this.packages[i], 'read');
|
||||
check_userlist(i, this.packages[i], 'access');
|
||||
check_userlist(i, this.packages[i], 'proxy');
|
||||
check_userlist(i, this.packages[i], 'publish');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue