From fb44fb384c824eb6e2ea090e4e03490d6ad8766f Mon Sep 17 00:00:00 2001 From: Rotem Dan Date: Sat, 23 Nov 2024 19:50:10 +0200 Subject: [PATCH] Fix incorrect case of `main` path on `package.json`. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b61ddb..53bfb39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "echogarden", - "version": "2.0.6", + "version": "2.0.7", "description": "An easy-to-use speech toolset. Includes tools for synthesis, recognition, alignment, speech translation, language detection, source separation and more.", "author": "Rotem Dan", "license": "GPL-3.0", @@ -32,7 +32,7 @@ "darwin", "linux" ], - "main": "./dist/API/API.js", + "main": "./dist/api/API.js", "type": "module", "files": [ "src",