fix(core): update

This commit is contained in:
2019-05-16 18:48:45 +02:00
parent a34609a53f
commit 00321467d9
8 changed files with 103 additions and 53 deletions

View File

@@ -1,4 +1,9 @@
const removeme = {};
export {
removeme
}
// node native
import * as childProcess from 'child_process';
export { childProcess };
// pushrocks scope
import * as lik from '@pushrocks/lik';
export { lik };