npm-own

1.1.2 • Public • Published

Usage

npm install npm-own -g
cd YOUR_NPM_PROJECT
npm-own

This module reads your package.json maintainers and adds them as owners on npm.

{
  "author": "mixmix <whimful@gmail.com>",
  "maintainers": [
    "ahdinosaur <mikey@enspiral.com>",
    {
      "name": "pietgeursen"
    }
  ]
}

NOTE the name listed must be the npm username

/npm-own/

    Package Sidebar

    Install

    npm i npm-own

    Weekly Downloads

    6

    Version

    1.1.2

    License

    MIT

    Last publish

    Collaborators

    • ahdinosaur
    • mixmix