Преглед на файлове

refactor(export): export findExecutable from util

This is useful for external tools which wish to launch the same
executable as nwjs-builder-phoenix does.
Ben Schmidt преди 8 години
родител
ревизия
3f0c71b729
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/lib/index.ts

+ 1 - 0
src/lib/index.ts

@@ -4,3 +4,4 @@ import 'source-map-support/register';
 export * from './Runner';
 export * from './Builder';
 export * from './Downloader';
+export { findExecutable } from './util';