mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix: typo in config.yaml file (#3652)
I found a typo where instead of `publish/unpublish` it says `publish/publish`
This commit is contained in:
parent
3384862846
commit
819d865fb9
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ packages:
|
|||
# and three keywords: "$all", "$anonymous", "$authenticated"
|
||||
access: $all
|
||||
|
||||
# allow all known users to publish/publish packages
|
||||
# allow all known users to publish/unpublish packages
|
||||
# (anyone can register by default, remember?)
|
||||
publish: $authenticated
|
||||
unpublish: $authenticated
|
||||
|
|
Loading…
Add table
Reference in a new issue