fix types path
Showing
| ... | ... | @@ -3,7 +3,7 @@ |
| "description": "基于 [nonebot_plugin_heisi](https://github.com/yzyyz1387/nonebot_plugin_heisi) 的 Koishi 图源插件。", | ||
| "version": "5.3.3", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "types": "dist/src/index.d.ts", | ||
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| "build": "webpack", | ||
| ... | ... | @@ -32,7 +32,7 @@ |
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-heisi", | ||
| "peerDependencies": { | ||
| "koishi": "^4.3.1", | ||
| "koishi-plugin-pics": "^8.3.4" | ||
| "koishi-plugin-pics": "^8.3.5" | ||
| }, | ||
| "dependencies": { | ||
| "koishi-thirdeye": "^8.3.3", | ||
| ... | ... |
Please register or sign in to comment