Upgrade deps

This commit is contained in:
abalabahaha
2016-06-09 11:34:13 +09:00
parent 02f39e00bf
commit 5133096a12

View File

@@ -1,6 +1,6 @@
{ {
"name": "discord.js", "name": "discord.js",
"version": "7.0.1", "version": "7.1.0",
"description": "A way to interface with the Discord API", "description": "A way to interface with the Discord API",
"main": "./entrypoint.js", "main": "./entrypoint.js",
"scripts": { "scripts": {
@@ -27,7 +27,7 @@
"dependencies": { "dependencies": {
"superagent": "^1.8.3", "superagent": "^1.8.3",
"unpipe": "^1.0.0", "unpipe": "^1.0.0",
"ws": "^1.0.1" "ws": "^1.1.0"
}, },
"devDependencies": { "devDependencies": {
"colors": "^1.1.2", "colors": "^1.1.2",
@@ -40,7 +40,7 @@
"mocha": "^2.4.5" "mocha": "^2.4.5"
}, },
"optionalDependencies": { "optionalDependencies": {
"node-opus": "^0.1.12", "node-opus": "^0.2.0",
"tweetnacl": "^0.14.3" "tweetnacl": "^0.14.3"
}, },
"engines": { "engines": {