fix using name
Showing
| ... | @@ -32,9 +32,9 @@ | ... | @@ -32,9 +32,9 @@ |
| "koishi": "^4.0.0-beta.4" | "koishi": "^4.0.0-beta.4" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "koishi-plugin-pics": "^4.1.3", | |||
| "koishi-thirdeye": "^4.2.3", | "koishi-thirdeye": "^4.2.3", | ||
| "source-map-support": "^0.5.21", | "source-map-support": "^0.5.21" | ||
| "koishi-plugin-pics": "^4.1.3" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/node": "^16.11.11", | "@types/node": "^16.11.11", | ||
| ... | ... |
Please register or sign in to comment