diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json index 1f9f7d5..dcc54b1 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "wizard101-rpc", - "version": "0.2.0", + "version": "0.3.0", "description": "Discord Rich Presence for Wizard101!", "main": "index.js", "author": "Christopher Gwynn", - "license": "MIT" + "license": "MIT", + "dependencies": { + "discord-rpc": "^3.1.4", + "read-last-line": "^1.1.0" + } } |