Open marcellodesales opened 8 years ago
Good question. Clarification in the npm docs would be good.
Got it here. https://github.com/npm/npmo-docs/issues/6 @bcoe I mentioned to @nexdrew that it would seem to make sense to require scoping. https://github.com/npm/npmo-docs/issues/6#issuecomment-213122575
@marcellodesales Apparently marking packages as private prevents publishing at all. https://docs.npmjs.com/misc/registry#i-dont-want-my-package-published-in-the-official-registry-its-private
@kevinSuttle That's why I don't think this feature is related to the "private" setup in the package.json... It might have to do with the concept of "public" or "private" in terms of the use of Scopes...
What does the "Public" tag mean in the NPM UI? For instance,
PM2
is a public module as we know...Considering that "Public" means retrieved from the public NPM Registry, then what would mean to have the same tag for a shared module published into NPMO? For instance, the following library deployed internally.