release: ubuntu patch
This commit is contained in:
parent
cdb95a2674
commit
b818b83f59
2 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "discord-vscode",
|
"name": "discord-vscode",
|
||||||
"displayName": "Discord Presence",
|
"displayName": "Discord Presence",
|
||||||
"version": "2.8.0",
|
"version": "2.8.1",
|
||||||
"description": "Update your discord status with the newly added rich presence.",
|
"description": "Update your discord status with the newly added rich presence.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
"theme": "dark"
|
"theme": "dark"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"discord-rpc": "github:discordjs/rpc"
|
"discord-rpc": "icrawl/rpc#ubuntu"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^10.7.1",
|
"@types/node": "^10.7.1",
|
||||||
|
|
|
@ -308,6 +308,13 @@ diff@^3.2.0:
|
||||||
node-fetch "^2.1.2"
|
node-fetch "^2.1.2"
|
||||||
ws "^5.2.1"
|
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:
|
duplexer@~0.1.1:
|
||||||
version "0.1.1"
|
version "0.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
|
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
|
||||||
|
|
Loading…
Reference in a new issue