fix(console): shorten log output

This commit is contained in:
2018-08-04 19:41:00 +02:00
parent 953a4e4b72
commit 24a6b7480b
4 changed files with 28 additions and 5 deletions

View File

@@ -8,4 +8,7 @@ import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartshell from '@pushrocks/smartshell';
export { consolecolor, path, smartfile, smartlog, smartpromise, smartshell };
// sindresorhus
import * as figures from 'figures';
export { consolecolor, figures, path, smartfile, smartlog, smartpromise, smartshell };