Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "bv2mp3", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A tool to download all videos and convert to mp3 inside a video set of bilibili (also works for single video, of course).", | ||
@@ -21,3 +21,4 @@ "bin": "index.js", | ||
"scripts": { | ||
"lint": "npx eslint . --fix" | ||
"lint": "npx eslint . --fix", | ||
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0" | ||
}, | ||
@@ -35,2 +36,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"conventional-changelog-cli": "^2.2.2", | ||
"eslint": "8.20.0", | ||
@@ -37,0 +39,0 @@ "eslint-config-prettier": "8.5.0", |
22519
20
5