Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroetb committed Mar 19, 2024
1 parent 4909c2d commit 3a36eca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tts-api",
"version": "2.5.2",
"version": "2.6.0",
"description": "Text to speech REST API for multiple TTS engines",
"keywords": [
"text-to-speech",
Expand Down Expand Up @@ -34,7 +34,11 @@
"express": "^4.18.3",
"pug": "^3.0.2"
},
"files": ["app", "views", "js"],
"files": [
"app",
"views",
"js"
],
"engines": {
"node": ">=18.19.1",
"npm": ">=10.2.4"
Expand Down

0 comments on commit 3a36eca

Please sign in to comment.