Skip to content

Commit

Permalink
feat: update discord-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Dec 25, 2022
1 parent 956bd15 commit 1e391f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-discord-rpc",
"version": "5.1.5",
"version": "5.1.6",
"description": "An awesome coc-extension to get Discord Rich Presence integration with Neovim / Vim.",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -31,12 +31,12 @@
"watch": "tsup --watch",
"lint": "prettier --check src/**/*",
"format": "prettier --write src/**/*",
"prepack": "yarn run build"
"prepack": "pnpm run build"
},
"devDependencies": {
"@types/git-url-parse": "^9.0.1",
"@types/node": "14.x",
"@xhayper/discord-rpc": "^1.0.14",
"@xhayper/discord-rpc": "^1.0.15",
"coc.nvim": "0.0.82",
"git-url-parse": "^13.1.0",
"source-map-support": "^0.5.21",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e391f0

Please sign in to comment.