mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Build lib and update dependencies
This commit is contained in:
14
package.json
14
package.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user