Skip to content

maxdome/npm-README

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

How To publish a NPM package in the @maxdome scope

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published