1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/unit/partials/config/yaml/pkgs-basic-no-proxy.yaml
Juan Picado @jotadeveloper 0bd2428e6c
test: add scenarios where publish or access are missing (#1054)
it will normalise those props are missing as emtpy arrays
2018-10-07 00:45:17 +02:00

8 lines
98 B
YAML

packages:
'@*/*':
access: $all
publish: $all
'**':
access: $all
publish: $all