Fix minor packaging issues in automation lib

This commit is contained in:
Jason Ginchereau
2019-11-04 12:03:51 -08:00
parent 6d9a9494f4
commit dd90a90a60
4 changed files with 8 additions and 2 deletions

View File

@@ -24,4 +24,4 @@ export * from './statusbar';
export * from './terminal';
export * from './viewlet';
export * from './workbench';
export * from '../src/driver';
export * from './driver';