From e7ba976ba390a8801c3a3fad69db6bd07ebef0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 7 Oct 2017 11:49:42 -0700 Subject: [PATCH] fix(output): npm does not punctuate this --- bin/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.js b/bin/cli.js index 07c62e5..82994bf 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -15,7 +15,7 @@ function cliMain () { return new Installer(parseArgs()).run().then(details => { console.error(`added ${details.pkgCount} packages in ${ details.runTime / 1000 - }s.`) + }s`) }, err => { console.error(`Error!\n${err.message}\n${err.stack}`) })