fix(core): update
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import 'typings-global'
|
||||
import * as drivelist from 'drivelist'
|
||||
import * as smartq from 'smartq'
|
||||
import * as drivelist from 'drivelist';
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as smartshell from '@pushrocks/smartshell';
|
||||
|
||||
export {
|
||||
drivelist,
|
||||
smartq
|
||||
}
|
||||
export { drivelist, smartfile, smartpromise, smartshell };
|
||||
|
||||
Reference in New Issue
Block a user