mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
6e764e3c49
* feat: add support for npm owner * Revert debug msg * Finish feature and add test cases * Fix remote user name and more tests * Simplify passing remote user * Update version metadata with owners * Add test for validateUserName * Add comment for "change owner" * add config option * add check to removePackage, removeTarball * typo * check access when write=true * Add to config, fix undefined user * Update docs * Update docs * Update readme
15 lines
244 B
YAML
15 lines
244 B
YAML
packages:
|
|
'@scope/foo':
|
|
access: $all
|
|
publish: $authenticated
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
proxy: ver
|
|
'foo':
|
|
access: $all
|
|
publish: $authenticated
|
|
'*':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|