diff options
| author | Christopher Gwynn <[email protected]> | 2021-02-06 05:45:23 -0500 |
|---|---|---|
| committer | Christopher Gwynn <[email protected]> | 2021-02-06 05:45:23 -0500 |
| commit | 9d642618010bf8d0d5ccffb18eaf36f9df45c786 (patch) | |
| tree | 089eb1c43342509f19c263e5dc3e18605e5f5792 /package.json | |
| parent | add discord rpc capability (diff) | |
| download | wizard101-rpc-9d642618010bf8d0d5ccffb18eaf36f9df45c786.tar.xz wizard101-rpc-9d642618010bf8d0d5ccffb18eaf36f9df45c786.zip | |
auto reconnect
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5418f5c..dcb430f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "wizard101-rpc", - "version": "0.3.0", + "version": "0.5.0", "description": "Discord Rich Presence for Wizard101!", "main": "index.js", "author": "Christopher Gwynn", "license": "MIT", "dependencies": { - "discord-rpc": "^3.1.4", + "discord-rpc": "discordjs/rpc", "read-last-lines": "^1.8.0" } } |