Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkinSolomon committed Sep 16, 2023
1 parent a969c73 commit 031079e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.2.9",
"description": "Module to convert Discord emoji shortcodes to emoji characters, and vice versa.",
"main": "index.js",
"type": "commonjs",
"types": "index.d.ts",
"scripts": {
"test": "mocha scripts/test.js",
Expand All @@ -27,7 +28,7 @@
},
"homepage": "https://github.com/ArkinSolomon/discord-emoji-converter#readme",
"devDependencies": {
"discord-emoji": "^2.2.0",
"discord-emoji": "^2.3.0",
"mocha": "^9.0.3",
"terser": "^5.12.1"
}
Expand Down

0 comments on commit 031079e

Please sign in to comment.