fix(core): update

This commit is contained in:
2019-09-03 11:29:14 +02:00
parent 9ef366eee9
commit 5e5a679f99
9 changed files with 149 additions and 516 deletions

View File

@@ -7,14 +7,16 @@ export {
};
// @pushrocks scope
import * as smartshell from '@pushrocks/smartshell';
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
import * as smartshell from '@pushrocks/smartshell';
import * as smartsystem from '@pushrocks/smartsystem';
export {
smartshell,
smartlog,
smartlogDestinationLocal
smartlogDestinationLocal,
smartshell,
smartsystem
};
// third party