Update dependencies and fix tweetnacl webpack exclusion

This commit is contained in:
Schuyler Cebulskie
2017-02-06 01:27:04 -05:00
parent b859ba7639
commit 4dc70d8cef

View File

@@ -35,12 +35,12 @@
"@types/node": "^7.0.0",
"long": "^3.2.0",
"pako": "^1.0.0",
"superagent": "^3.3.0",
"superagent": "^3.4.0",
"tweetnacl": "^0.14.0",
"ws": "^2.0.0"
},
"peerDependencies": {
"bufferutil": "^1.3.0",
"bufferutil": "^2.0.0",
"erlpack": "hammerandchisel/erlpack",
"node-opus": "^0.2.0",
"opusscript": "^0.0.2",
@@ -62,7 +62,7 @@
"erlpack": false,
"opusscript": false,
"node-opus": false,
"tweet-nacl": false,
"tweetnacl": false,
"src/sharding/Shard.js": false,
"src/sharding/ShardClientUtil.js": false,
"src/sharding/ShardingManager.js": false,