diff --git a/package.json b/package.json index a8f5d35..267f6a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "discord-vscode", "displayName": "Discord Presence", - "version": "2.8.0", + "version": "2.8.1", "description": "Update your discord status with the newly added rich presence.", "private": true, "author": { @@ -149,7 +149,7 @@ "theme": "dark" }, "dependencies": { - "discord-rpc": "github:discordjs/rpc" + "discord-rpc": "icrawl/rpc#ubuntu" }, "devDependencies": { "@types/node": "^10.7.1", diff --git a/yarn.lock b/yarn.lock index fc18f50..dea34d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -308,6 +308,13 @@ diff@^3.2.0: node-fetch "^2.1.2" ws "^5.2.1" +discord-rpc@icrawl/rpc#ubuntu: + version "3.0.0" + resolved "https://codeload.github.com/icrawl/rpc/tar.gz/b1d5c07600fdd05d3847a50551414f8448b6dfc4" + dependencies: + node-fetch "^2.1.2" + ws "^5.2.1" + duplexer@~0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"