fix(core): update

This commit is contained in:
2019-01-22 12:11:31 +01:00
parent 44403863d1
commit 736a42066c
4 changed files with 55 additions and 7 deletions

View File

@ -10,5 +10,6 @@ import * as smartpromise from '@pushrocks/smartpromise';
import * as smartshell from '@pushrocks/smartshell';
import * as smartfile from '@pushrocks/smartfile';
import * as smartstring from '@pushrocks/smartstring';
import * as smartunique from '@pushrocks/smartunique';
export { lik, smartlog, smartpromise, smartshell, smartfile, smartstring };
export { lik, smartlog, smartpromise, smartshell, smartfile, smartstring, smartunique };