fix types path
Showing
| ... | ... | @@ -3,7 +3,7 @@ |
| "description": "Koishi 的 [Yande](https://yande.re) 和 [Konachan](https://konachan.com) 图源插件。", | ||
| "version": "1.1.6", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "types": "dist/src/index.d.ts", | ||
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| "build": "webpack && env PACK_ALL=1 webpack", | ||
| ... | ... | @@ -29,7 +29,7 @@ |
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-yande", | ||
| "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