fix types path
Showing
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| "version": "8.2.3", | "version": "8.2.3", | ||
| "description": "Koishi 的本地图源插件", | "description": "Koishi 的本地图源插件", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | "types": "dist/src/index.d.ts", | ||
| "scripts": { | "scripts": { | ||
| "lint": "eslint --fix .", | "lint": "eslint --fix .", | ||
| "build": "webpack && env PACK_ALL=1 webpack", | "build": "webpack && env PACK_ALL=1 webpack", | ||
| ... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.3.1", | "koishi": "^4.3.1", | ||
| "koishi-plugin-pics": "^8.3.4" | "koishi-plugin-pics": "^8.3.5" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | ||
| ... | ... |
Please register or sign in to comment