aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChristopher Gwynn <[email protected]>2021-02-06 05:45:23 -0500
committerChristopher Gwynn <[email protected]>2021-02-06 05:45:23 -0500
commit9d642618010bf8d0d5ccffb18eaf36f9df45c786 (patch)
tree089eb1c43342509f19c263e5dc3e18605e5f5792 /package.json
parentadd discord rpc capability (diff)
downloadwizard101-rpc-9d642618010bf8d0d5ccffb18eaf36f9df45c786.tar.xz
wizard101-rpc-9d642618010bf8d0d5ccffb18eaf36f9df45c786.zip
auto reconnect
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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"
}
}