catchup and possibly locale updates
Showing
| { | ||
| "name": "koishi-plugin-limit-help", | ||
| "version": "10.4.0", | ||
| "description": "Koishi 帮助限制器", | ||
| "description": "Koishi plugin for limiting help command scope.", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| ... | ... | @@ -53,7 +53,7 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/nanahira/koishi-plugin-limit-help", | ||
| "peerDependencies": { | ||
| "koishi": "^4.4.0" | ||
| "koishi": "^4.4.1" | ||
| }, | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| ... | ... |
Please register or sign in to comment