0
Fork 0
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:
profanis 2023-02-25 22:08:19 +02:00 committed by GitHub
parent 3384862846
commit 819d865fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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