Merge pull request #1579 from thelounge/xpaw/install-msg

Add info message before calling `packageJson`
This commit is contained in:
Jérémie Astori 2017-09-29 17:53:40 -04:00 committed by GitHub
commit c3ccfb092a

View file

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