Skip to content

Commit 201530e

Browse files
committed
1.5.3
1 parent f4da735 commit 201530e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "koishi-plugin-music-voice",
33
"description": "Provide the selected song as a voice",
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
77
"files": [
@@ -30,12 +30,9 @@
3030
}
3131
},
3232
"peerDependencies": {
33-
"koishi": "^4.17.3",
34-
"koishi-plugin-puppeteer": "^3.8.4"
33+
"koishi": "^4.17.3"
3534
},
36-
"peerDependenciesMeta": {
37-
"koishi-plugin-puppeteer": {
38-
"optional": true
39-
}
35+
"devDependencies": {
36+
"koishi-plugin-puppeteer": "^3.8.3"
4037
}
4138
}

0 commit comments

Comments
 (0)