1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

Update the configs to fully support proxying scoped packages from the npm registry

This commit is contained in:
Chad Killingsworth 2016-09-26 06:48:36 -05:00 committed by trent.earl
parent a6fa0432ee
commit 6f7a28b359
3 changed files with 5 additions and 3 deletions

@ -26,8 +26,9 @@ packages:
# scoped packages # scoped packages
access: $all access: $all
publish: $authenticated publish: $authenticated
proxy: npmjs
'*': '**':
# allow all users (including non-authenticated users) to read and # allow all users (including non-authenticated users) to read and
# publish all packages # publish all packages
# #

@ -26,8 +26,9 @@ packages:
# scoped packages # scoped packages
access: $all access: $all
publish: $all publish: $all
proxy: npmjs
'*': '**':
# allow all users (including non-authenticated users) to read and # allow all users (including non-authenticated users) to read and
# publish all packages # publish all packages
# #

@ -60,7 +60,7 @@ packages:
# # you can override storage directory for a group of packages this way: # # you can override storage directory for a group of packages this way:
# storage: 'local_storage' # storage: 'local_storage'
'*': '**':
# allow all users to read packages (including non-authenticated users) # allow all users to read packages (including non-authenticated users)
# #
# you can specify usernames/groupnames (depending on your auth plugin) # you can specify usernames/groupnames (depending on your auth plugin)