fix(core): update

This commit is contained in:
2019-04-08 19:42:23 +02:00
parent 431179f10d
commit c28b25883e
5 changed files with 360 additions and 66 deletions

View File

@@ -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
};