Make init.author
prompt like init.license
#30
Labels
semver:major
backwards-incompatible breaking changes
https://github.com/npm/init-package-json/blob/master/default-input.js#L182-L194 doesn't prompt if the author is specified. However, https://github.com/npm/init-package-json/blob/master/default-input.js#L196-L200 prompts regardless, and just uses the
init.license
value as a default.Would it be possible to prompt the user to confirm the
init.author
settings as well?The text was updated successfully, but these errors were encountered: