fix(core): update

This commit is contained in:
2020-03-01 13:50:28 +00:00
parent c8fc842869
commit a5151b6c89
4 changed files with 25 additions and 21 deletions

View File

@@ -8,5 +8,6 @@ import * as smartdelay from '@pushrocks/smartdelay';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpuppeteer from '@pushrocks/smartpuppeteer';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smarttime from '@pushrocks/smarttime';
export { smartdelay, smartfile, smartpuppeteer, smartpromise };
export { smartdelay, smartfile, smartpuppeteer, smartpromise, smarttime };