Commit a85a73bc authored by nanahira's avatar nanahira

missing peerdep

parent b737d15b
Pipeline #6275 passed with stages
in 34 seconds
{
"name": "koishi-plugin-ygocard",
"version": "1.0.1",
"version": "1.0.2",
"description": "Koishi Plugin for YGOPro card query",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint --fix .",
"build": "webpack"
......@@ -27,6 +28,9 @@
"source-map-support": "^0.5.20",
"better-sqlite3": "^7.4.3"
},
"peerDependencies": {
"koishi": "^4.0.0-alpha.9"
},
"devDependencies": {
"@types/better-sqlite3": "^7.4.0",
"@types/lodash": "^4.14.175",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment