You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I support this. Although having different authors does seem like a rare occurrence, the option to change it should be there without having to unset init.author or manually edit the package.json file.
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: