Add info message before calling packageJson
This commit is contained in:
parent
da31317156
commit
1c4d9351d5
@ -21,6 +21,8 @@ program
|
||||
return;
|
||||
}
|
||||
|
||||
log.info("Retrieving information about the package...");
|
||||
|
||||
packageJson(packageName, {
|
||||
fullMetadata: true
|
||||
}).then((json) => {
|
||||
|
Loading…
Reference in New Issue
Block a user