mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 01:01:30 +00:00
Backport: erlpack dep fix (#2142)
This commit is contained in:
parent
cd066849ad
commit
6a222ec6e9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"bufferutil": "^3.0.2",
|
"bufferutil": "^3.0.2",
|
||||||
"erlpack": "hammerandchisel/erlpack",
|
"erlpack": "discordapp/erlpack",
|
||||||
"node-opus": "^0.2.6",
|
"node-opus": "^0.2.6",
|
||||||
"opusscript": "^0.0.3",
|
"opusscript": "^0.0.3",
|
||||||
"sodium": "^2.0.1",
|
"sodium": "^2.0.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue