goodeggs / generator-goodeggs-npm

Generate npm modules the Good Eggs way
1 stars 0 forks source link

Private package author shouldn't be open source #18

Open hurrymaplelad opened 9 years ago

hurrymaplelad commented 9 years ago

Generating a new private package, my package.json shows

{
 ...
  "author": "Good Eggs <open-source@goodeggs.com>",
  "contributors": [
    "Adam Hull <adam@hmlad.com>"
  ],
  "license": "Private",
 ...
}

Author should not be open source. Probably don't need contributors either.