echogarden 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ setupUnhandledExceptionListeners();
5
5
  setupProgramTerminationListeners(() => {
6
6
  writeToStderr('\n');
7
7
  });
8
- const worker = new Worker(resolveToModuleRootDir("dist/cli/cli.js"), {
8
+ const worker = new Worker(resolveToModuleRootDir("dist/cli/CLI.js"), {
9
9
  argv: process.argv.slice(2),
10
10
  env: SHARE_ENV
11
11
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "echogarden",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "An integrated speech toolbox designed with end-users in mind.",
5
5
  "author": "Rotem Dan",
6
6
  "license": "GPL-3.0-only",