fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-12 15:56:44 +02:00
parent 0842c2fdec
commit d660550485

View File

@ -9,6 +9,7 @@ early.stop();
// lets make this usable programmatically
export * from './tsbundle.class.tsbundle';
export * from './tsbundle.htmlhandler';
export {
runCli
};