fix(core): update

This commit is contained in:
2020-07-12 00:47:41 +00:00
parent 5e42565567
commit ab33720aba
6 changed files with 44 additions and 11 deletions

View File

@@ -14,14 +14,22 @@ 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, tapbundle };
export {
consolecolor,
smartbrowser,
smartexpress,
smartdelay,
smartfile,
smartlog,
smartpromise,
smartshell,
tapbundle,
};
// @gitzone scope
import * as tsbundle from '@gitzone/tsbundle';
export {
tsbundle
};
export { tsbundle };
// sindresorhus
import * as figures from 'figures';