Skip to content

Publishing scoped packages #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
IdanAdar opened this issue Nov 24, 2020 · 1 comment
Closed

Publishing scoped packages #22

IdanAdar opened this issue Nov 24, 2020 · 1 comment

Comments

@IdanAdar
Copy link

I have a scoped package that is meant to be public, this should be accomplished with “—access public”, but the doc makes it sound like scoped packages should not use this, which is confusing...

@JamesMessinger
Copy link
Member

This module works the same as the NPM CLI. Just like the NPM CLI, the access option defaults to public for non-scoped packages and restricted for scoped packages. So, if you want to publish a scoped package that is accessible by anyone, then set the access option to public.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants