Add info message before calling packageJson

This commit is contained in:
Pavel Djundik 2017-09-27 11:05:34 +03:00
parent da31317156
commit 1c4d9351d5

View file

@ -21,6 +21,8 @@ program
return;
}
log.info("Retrieving information about the package...");
packageJson(packageName, {
fullMetadata: true
}).then((json) => {