Skip to content

Commit

Permalink
Fix incorrect case of main path on package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemdan committed Nov 23, 2024
1 parent 8c1c82c commit fb44fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"darwin",
"linux"
],
"main": "./dist/API/API.js",
"main": "./dist/api/API.js",
"type": "module",
"files": [
"src",
Expand Down

0 comments on commit fb44fb3

Please sign in to comment.