fix(core): update

This commit is contained in:
2019-05-08 11:14:57 +02:00
parent 483aafd371
commit d425e290dd
7 changed files with 396 additions and 37 deletions

View File

@ -2,13 +2,11 @@ import * as path from 'path';
export { path };
// @pushrocks scope
import * as smartchok from '@pushrocks/smartchok';
import * as smartcli from '@pushrocks/smartcli';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
import * as smartshell from '@pushrocks/smartshell';
export { smartdelay, smartshell, smartcli };
// Third Pary
import * as fileWatcher from 'filewatcher';
export { fileWatcher };
export { smartchok, smartcli, smartdelay, smartlog, smartlogDestinationLocal, smartshell, };