fix(core): update

This commit is contained in:
2019-10-12 15:55:37 +02:00
parent 04a77f9eeb
commit 20bf5dfc57
4 changed files with 8 additions and 8 deletions

View File

@ -7,9 +7,8 @@ import { logger } from './tsbundle.logging';
import { runCli } from './tsbundle.cli';
early.stop();
if (process.env.CLI_CALL) {
runCli();
}
// lets make this usable programmatically
export * from './tsbundle.class.tsbundle';
export {
runCli
};