fix(cli): preserve authors field while creating npm dir

This commit is contained in:
LongYinan 2021-12-10 12:55:17 +08:00
parent 99708384d9
commit ecb6522f50
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -55,6 +55,7 @@ export class CreateNpmDirCommand extends Command {
'description',
'keywords',
'author',
'authors',
'homepage',
'license',
'engines',