docs(npm): add default init parameters
This commit is contained in:
parent
1a519f8dab
commit
2b24e9555e
1 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,8 @@
|
||||||
# Save exact version instead of a 'loose' version.
|
# save exact version instead of a version range
|
||||||
save-exact=true
|
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
|
||||||
|
|
Loading…
Reference in a new issue