mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
Update dependencies and fix tweetnacl webpack exclusion
This commit is contained in:
parent
b859ba7639
commit
4dc70d8cef
1 changed files with 3 additions and 3 deletions
|
|
@ -35,12 +35,12 @@
|
||||||
"@types/node": "^7.0.0",
|
"@types/node": "^7.0.0",
|
||||||
"long": "^3.2.0",
|
"long": "^3.2.0",
|
||||||
"pako": "^1.0.0",
|
"pako": "^1.0.0",
|
||||||
"superagent": "^3.3.0",
|
"superagent": "^3.4.0",
|
||||||
"tweetnacl": "^0.14.0",
|
"tweetnacl": "^0.14.0",
|
||||||
"ws": "^2.0.0"
|
"ws": "^2.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"bufferutil": "^1.3.0",
|
"bufferutil": "^2.0.0",
|
||||||
"erlpack": "hammerandchisel/erlpack",
|
"erlpack": "hammerandchisel/erlpack",
|
||||||
"node-opus": "^0.2.0",
|
"node-opus": "^0.2.0",
|
||||||
"opusscript": "^0.0.2",
|
"opusscript": "^0.0.2",
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
"erlpack": false,
|
"erlpack": false,
|
||||||
"opusscript": false,
|
"opusscript": false,
|
||||||
"node-opus": false,
|
"node-opus": false,
|
||||||
"tweet-nacl": false,
|
"tweetnacl": false,
|
||||||
"src/sharding/Shard.js": false,
|
"src/sharding/Shard.js": false,
|
||||||
"src/sharding/ShardClientUtil.js": false,
|
"src/sharding/ShardClientUtil.js": false,
|
||||||
"src/sharding/ShardingManager.js": false,
|
"src/sharding/ShardingManager.js": false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue