docs(npm): add default init parameters

primary
George Rawlinson 2017-05-14 17:58:27 +12:00
parent 1a519f8dab
commit 2b24e9555e
1 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,8 @@
# Save exact version instead of a 'loose' version.
# save exact version instead of a version range
save-exact=true
# default `npm init` parameters
init-author-name=George Rawlinson
init-author-email=george@rawlinson.net.nz
init-author-url=https://github.com/grawlinson
init-license=MIT