fix(dependencies): update to latest versions

This commit is contained in:
2018-09-02 12:00:52 +02:00
parent b54c13009d
commit 6d5a463867
6 changed files with 1029 additions and 32 deletions

View File

@@ -1,9 +1,10 @@
import * as beautylog from 'beautylog';
import * as beautycolor from 'beautycolor';
import * as npmextra from 'npmextra';
import * as smartnpm from 'smartnpm';
import * as smartlog from '@pushrocks/smartlog';
smartlog.defaultLogger.enableConsole();
import * as consolecolor from '@pushrocks/consolecolor';
import * as npmextra from '@pushrocks/npmextra';
import * as smartnpm from '@pushrocks/smartnpm';
import * as smartopen from '@pushrocks/smartopen';
import * as smarttime from 'smarttime';
import * as smarttime from '@pushrocks/smarttime';
import * as smartversion from 'smartversion';
export { beautylog, beautycolor, npmextra, smartnpm, smartopen, smarttime, smartversion };
export { smartlog, consolecolor, npmextra, smartnpm, smartopen, smarttime, smartversion };