Discord-rpc has resolved the issue with the timeout function, updating to beta 10. Updating to node.js 8.11.x.

This commit is contained in:
Daniel Scalzi
2018-03-31 13:46:52 -04:00
parent 13cc555afd
commit ae387757bc
5 changed files with 37 additions and 43 deletions

View File

@@ -13,7 +13,7 @@
"dist:all": "npm run dist -- -wl --x64"
},
"engines": {
"node": "8.9.x"
"node": "8.11.x"
},
"repository": {
"type": "git",
@@ -28,7 +28,7 @@
"dependencies": {
"adm-zip": "^0.4.7",
"async": "^2.6.0",
"discord-rpc": "^3.0.0-beta.8",
"discord-rpc": "^3.0.0-beta.10",
"ejs": "^2.5.7",
"ejs-electron": "^2.0.1",
"jquery": "^3.3.1",