fix(dependencies): update to latest versions

This commit is contained in:
2018-08-31 00:13:05 +02:00
parent adfda70522
commit 1ce9e32116
7 changed files with 652 additions and 187 deletions

View File

@@ -1,7 +1,7 @@
import * as yargs from 'yargs';
import * as beautylog from 'beautylog';
import * as lik from 'lik';
import * as smartlog from '@pushrocks/smartlog';
import * as lik from '@pushrocks/lik';
import * as path from 'path';
import * as smartparam from 'smartparam';
export { yargs, beautylog, lik, path, smartparam };
export { yargs, smartlog, lik, path, smartparam };