Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
titsex committed Sep 17, 2024
1 parent 495d48a commit 5b3cd7e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 140 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"directories": {
"lib": "src"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"format": "biome format ./src",
"lint": "biome lint ./src",
Expand All @@ -20,7 +22,14 @@
"type": "git",
"url": "git+https://github.com/titsex/distube-vk-music-plugin.git"
},
"keywords": ["distube", "plugin", "vk", "music", "vkmusic", "discord"],
"keywords": [
"distube",
"plugin",
"vk",
"music",
"vkmusic",
"discord"
],
"bugs": {
"url": "https://github.com/titsex/distube-vk-music-plugin/issues"
},
Expand All @@ -29,7 +38,7 @@
"@biomejs/biome": "^1.9.1",
"@vitest/coverage-istanbul": "^2.1.1",
"discord.js": "^14.16.2",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
Expand Down
Loading

0 comments on commit 5b3cd7e

Please sign in to comment.