0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
This commit is contained in:
Alex Kocharin 2013-06-14 11:17:20 +04:00
parent 8afafa9a17
commit e92e582b88

View file

@ -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');
}