How To publish a NPM package in the @maxdome scope
- Ensure you're a member of maxdome (if you get a
Forbidden
at this URL you're not a member) - Add the scope to the
name
and thepublishConfig
in thepackage.json
"name": "@maxdome/...", "publishConfig": { " access": "public" }
- Publish
npm publish