From e63fcfb4273564d90b8c0b3fb91b7df4863e0bd5 Mon Sep 17 00:00:00 2001 From: titsex Date: Wed, 18 Sep 2024 00:18:26 +0300 Subject: [PATCH] chore: update version --- package.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 6698459..9a9585e 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" },