Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - tts-cli@2.0.3
 - web-tts@0.1.5
  • Loading branch information
eheikes committed Apr 8, 2021
1 parent d63aa26 commit 4160f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/tts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tts-cli",
"version": "2.0.2",
"version": "2.0.3",
"description": "Command-line tool to convert text to speech",
"bin": {
"tts": "./tts.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/web-tts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-tts",
"version": "0.1.4",
"version": "0.1.5",
"description": "Convert webpages to audio speech",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"minimist": "^1.2.5",
"puppeteer": "^5.2.1",
"tempy": "^0.6.0",
"tts-cli": "^2.0.2"
"tts-cli": "^2.0.3"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
Expand Down

0 comments on commit 4160f16

Please sign in to comment.