Skip to content

Commit

Permalink
chore: remove hidden flag for plugin-suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 16, 2022
1 parent 1f1ef0e commit 78058a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions plugins/a11y/suggest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-suggest",
"description": "Suggestion Plugin for Koishi",
"version": "1.1.0",
"version": "1.1.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,6 @@
"suggest"
],
"koishi": {
"hidden": true,
"description": {
"en": "Provide suggestions for user input",
"zh": "为用户输入提供建议"
Expand Down
2 changes: 1 addition & 1 deletion plugins/common/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"devDependencies": {
"@koishijs/plugin-database-memory": "^1.3.1",
"@koishijs/plugin-mock": "^1.0.6",
"@koishijs/plugin-suggest": "^1.1.0"
"@koishijs/plugin-suggest": "^1.1.1"
}
}

0 comments on commit 78058a4

Please sign in to comment.