-
Notifications
You must be signed in to change notification settings - Fork 0
Scoped packages #4
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedLooking for contributors willing to helpLooking for contributors willing to help
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedLooking for contributors willing to helpLooking 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.