mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Update dependencies
This commit is contained in:
parent
1e76f519dc
commit
ee1c343d78
1 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@
|
|||
"homepage": "https://github.com/hydrabolt/discord.js#readme",
|
||||
"runkitExampleFilename": "./docs/examples/ping.js",
|
||||
"dependencies": {
|
||||
"@types/node": "^6.0.0",
|
||||
"@types/node": "^7.0.0",
|
||||
"long": "^3.2.0",
|
||||
"pako": "^1.0.0",
|
||||
"superagent": "^3.3.0",
|
||||
|
|
@ -46,10 +46,10 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"discord.js-docgen": "hydrabolt/discord.js-docgen",
|
||||
"eslint": "^3.12.0",
|
||||
"eslint": "^3.13.0",
|
||||
"parallel-webpack": "^1.6.0",
|
||||
"uglify-js": "mishoo/UglifyJS2#harmony",
|
||||
"webpack": "2.2.0-rc.3"
|
||||
"webpack": "2.2.0-rc.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue