Scoped packages #4
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Looking for contributors willing to help
As of now it is impossible to publish public scoped packages, as this would require
npm publish --access public
.We should read the "private" property in the package.json and base the parameter off this.
Don't forget the yarn version.
The text was updated successfully, but these errors were encountered: