fix(core): update
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user