This commit is contained in:
Kevin Coughlin 2019-01-10 16:35:08 -08:00
Родитель 74a8375fea
Коммит ebd661c177
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -48,9 +48,9 @@ Optional arguments:
parameter defaults to 'hotfix'.
--set-access-level {public,restricted}
The access option to pass to npm publish. By default
NPM will publish scoped packages with an accesslevel
NPM will publish scoped packages with an access level
of 'restricted'. Scoped packages can be published
with an access level of 'public' by specifyingthat
with an access level of 'public' by specifying that
value for this flag with the initial publication. NPM
always publishes unscoped packages with an access
level of 'public'.