Build lib and update dependencies

This commit is contained in:
abalabahaha
2015-12-06 00:53:35 -08:00
parent d3e0f46ff0
commit 4486b623f5
2 changed files with 7 additions and 9 deletions

View File

@@ -25,19 +25,17 @@
},
"homepage": "https://github.com/hydrabolt/discord.js#readme",
"dependencies": {
"superagent": "^1.3.0",
"ws": "^0.7.2"
"superagent": "^1.5.0",
"ws": "^0.8.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"babel-preset-es2015-loose": "^6.1.2",
"colors": "^1.1.2",
"eslint": "^1.10.3",
"grunt": "~0.4.5",
"grunt": "^0.4.5",
"grunt-babel": "<6.0.0",
"grunt-browserify": "^4.0.0",
"grunt-contrib-uglify": "^0.9.2",
"load-grunt-tasks": "^3.2.0",
"grunt-browserify": "^4.0.1",
"grunt-contrib-uglify": "^0.11.0",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.4"
},
"optionalDependencies": {