Skip to content

Commit

Permalink
Bump to 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed Oct 27, 2023
1 parent 96da5b0 commit 0ec11ee
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 434 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BTTVEmote


<section class="package">
<h3>@mkody/twitch-emoticons 2.8.3</h3>
<h3>@mkody/twitch-emoticons 2.8.4</h3>
</section>


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mkody/twitch-emoticons",
"version": "2.8.3",
"version": "2.8.4",
"description": "Gets Twitch, BTTV, FFZ and 7TV emotes as well as parsing text to emotes!",
"main": "src/index.js",
"typings": "typings/index.d.ts",
Expand All @@ -26,15 +26,15 @@
],
"license": "MIT",
"dependencies": {
"@twurple/api": "^7.0.3",
"@twurple/auth": "^7.0.3",
"@twurple/api": "^7.0.4",
"@twurple/auth": "^7.0.4",
"axios": "^1.6.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"docdash": "^2.0.2",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"esbuild": "^0.19.5",
"eslint": "^8.52.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.2"
},
Expand Down

0 comments on commit 0ec11ee

Please sign in to comment.