DTrejo / dotfiles

DTrejo's Dotfiles
https://dtrejo.com
MIT License
7 stars 1 forks source link

npmrc with default `npm init` values #4

Open DTrejo opened 12 years ago

jcollum commented 9 years ago

For anyone who arrives here from Google, add these to your npmrc (2.11.3)

init.author.name=[your name]
init.author.email=[your email]
init.author.url=[your site]
init.license=LicenseRef-LICENSE [or MIT or Unlicense etc]