fix(core): update

This commit is contained in:
2019-06-17 10:26:26 +02:00
parent 1afa78307c
commit fc22ea9e4d
17 changed files with 1100 additions and 1115 deletions

View File

@@ -1,7 +1,11 @@
import * as beautylog from 'beautylog';
// node native
import * as path from 'path';
import * as smartcli from '@pushrocks/smartcli';
import * as smartfile from 'smartfile';
import * as smartshell from 'smartshell';
export { beautylog, path, smartcli, smartfile, smartshell };
// pushrocks scope
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
import * as smartcli from '@pushrocks/smartcli';
import * as smartfile from '@pushrocks/smartfile';
import * as smartshell from '@pushrocks/smartshell';
export { smartlog, smartlogDestinationLocal, path, smartcli, smartfile, smartshell };