fix(core): update
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
import * as path from 'path';
|
||||
import * as fs from 'fs';
|
||||
|
||||
export {
|
||||
path,
|
||||
fs
|
||||
};
|
||||
export { path, fs };
|
||||
|
||||
// @pushrocks scope
|
||||
import * as smartdelay from '@pushrocks/smartdelay';
|
||||
@@ -13,9 +10,4 @@ import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartpuppeteer from '@pushrocks/smartpuppeteer';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
|
||||
export {
|
||||
smartdelay,
|
||||
smartfile,
|
||||
smartpuppeteer,
|
||||
smartpromise
|
||||
};
|
||||
export { smartdelay, smartfile, smartpuppeteer, smartpromise };
|
||||
|
||||
Reference in New Issue
Block a user