diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-10 13:58:09 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-10 13:58:09 -0400 |
| commit | 10e93faf891c3fa3a68edb59d4ffb9d939680dc6 (patch) | |
| tree | 18f91ef2434ad0eb2d613dad13d0815c64f7ffe1 /package.json | |
| parent | 626cef85162b08c1808d8f88b5b245060ff0dd54 (diff) | |
| download | DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.tar.gz DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.tar.bz2 DLAP-10e93faf891c3fa3a68edb59d4ffb9d939680dc6.zip | |
Simple http server
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5e72c09..9ca9bbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dlap", - "version": "1.3.0", + "version": "1.4.0", "type": "module", "main": "bot.js", "license": "GPL-3.0", @@ -15,7 +15,7 @@ "discord-api-types": "^0.36.1", "discord.js": "^13.8.1", "ffmpeg-static": "^5.0.0", - "libsodium-wrappers": "^0.7.10" + "sodium": "^3.0.2" }, "devDependencies": { "eslint": "^8.0.1", |
