Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
titsex committed Sep 17, 2024
1 parent 5eceebd commit e63fcfb
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"name": "distube-vk-music-plugin",
"description": "A DisTube custom plugin for supporting VK Music.",
"author": "titsex",
"version": "2.0.2",
"version": "2.0.3",
"main": "./dist/plugin.js",
"types": "./dist/plugin.d.ts",
"exports": "./dist/plugin.js",
"directories": {
"lib": "src"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"format": "biome format ./src",
"lint": "biome lint ./src",
Expand All @@ -22,14 +20,7 @@
"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 Down

0 comments on commit e63fcfb

Please sign in to comment.