fix(ci): update
This commit is contained in:
@@ -4,25 +4,15 @@ import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
import * as stream from 'stream';
|
||||
|
||||
export {
|
||||
crypto,
|
||||
fs,
|
||||
path,
|
||||
stream
|
||||
};
|
||||
export { crypto, fs, path, stream };
|
||||
|
||||
// pushrocks scope
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as smartjson from '@pushrocks/smartjson';
|
||||
|
||||
export {
|
||||
smartpromise,
|
||||
smartjson
|
||||
};
|
||||
export { smartpromise, smartjson };
|
||||
|
||||
// thirdparty scope
|
||||
import through2 from 'through2';
|
||||
|
||||
export {
|
||||
through2
|
||||
};
|
||||
export { through2 };
|
||||
|
Reference in New Issue
Block a user