fix(core): update

This commit is contained in:
2020-07-11 16:14:07 +00:00
parent 0ea621cb99
commit 88b7581eeb
3 changed files with 6 additions and 5 deletions

View File

@ -12,8 +12,9 @@ import * as smartfile from '@pushrocks/smartfile';
import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartshell from '@pushrocks/smartshell';
import * as tapbundle from '@pushrocks/tapbundle';
export { consolecolor, smartbrowser, smartexpress, smartdelay, smartfile, smartlog, smartpromise, smartshell };
export { consolecolor, smartbrowser, smartexpress, smartdelay, smartfile, smartlog, smartpromise, smartshell, tapbundle };
// @gitzone scope
import * as tsbundle from '@gitzone/tsbundle';