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