Skip to content

Commit 586b11c

Browse files
committed
publish 2.3.0
1 parent 228c7d6 commit 586b11c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easy-speech",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Cross browser Speech Synthesis",
55
"type": "module",
66
"main": "./dist/EasySpeech.cjs.js",
@@ -51,10 +51,13 @@
5151
"snazzy": "^9.0.0",
5252
"standard": "17.1.0"
5353
},
54-
"funding": {
54+
"funding": [{
55+
"type": "GitHub",
56+
"url": "https://github.com/sponsors/jankapunkt"
57+
},{
5558
"type": "PayPal",
5659
"url": "https://paypal.me/kuesterjan"
57-
},
60+
}],
5861
"engines": {
5962
"node": ">= 14.x"
6063
},

0 commit comments

Comments
 (0)