fix(core): update

This commit is contained in:
2019-07-19 10:52:27 +02:00
parent 1af1908e1d
commit 455e33488d
3 changed files with 19 additions and 9 deletions

View File

@ -10,3 +10,6 @@ early.stop();
if (process.env.CLI_CALL) {
runCli();
}
// lets make this usable programmatically
export * from './tsbundle.class.tsbundle';