Skip to content

Commit

Permalink
removing a useless dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
titsex committed Jan 12, 2024
1 parent 75b18bd commit 4c67d30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "distube-vk-music-plugin",
"description": "A DisTube custom plugin for supporting VK Music.",
"author": "titsex",
"version": "1.3.3",
"version": "1.3.4",
"main": "./dist/plugin.js",
"types": "./dist/plugin.d.ts",
"exports": "./dist/plugin.js",
Expand All @@ -14,8 +14,7 @@
],
"scripts": {
"build": "tsup",
"build:check": "tsc",
"prerelease": "npm-run-all build:check build"
"build:check": "tsc"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c67d30

Please sign in to comment.