fix(cli): preserve authors field while creating npm dir
This commit is contained in:
parent
99708384d9
commit
ecb6522f50
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ export class CreateNpmDirCommand extends Command {
|
||||||
'description',
|
'description',
|
||||||
'keywords',
|
'keywords',
|
||||||
'author',
|
'author',
|
||||||
|
'authors',
|
||||||
'homepage',
|
'homepage',
|
||||||
'license',
|
'license',
|
||||||
'engines',
|
'engines',
|
||||||
|
|
Loading…
Reference in a new issue