npm-own
v1.1.2
Published
easily promote package.json maintainers to npm owners
Readme
Usage
npm install npm-own -g
cd YOUR_NPM_PROJECT
npm-ownThis module reads your package.json maintainers and adds them as owners on npm.
{
"author": "mixmix <[email protected]>",
"maintainers": [
"ahdinosaur <[email protected]>",
{
"name": "pietgeursen"
}
]
}NOTE the name listed must be the npm username
