fix(core): update
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
const removeme = {};
|
||||
// pushrocks scope
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as smartrx from '@pushrocks/smartrx';
|
||||
|
||||
export {
|
||||
removeme
|
||||
}
|
||||
smartpromise,
|
||||
smartrx
|
||||
};
|
||||
|
||||
// third party scope
|
||||
import * as nodeIpc from 'node-ipc';
|
||||
|
||||
export {
|
||||
nodeIpc
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user