Skip to content

Commit

Permalink
Add plugin to check version statys
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSaini101 committed Apr 29, 2024
1 parent 81db271 commit f617e6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"oclif": {
"commands": "./lib/commands",
"bin": "asyncapi",
"plugins": [],
"hooks": {
"command_not_found": [
"./lib/hooks/command_not_found/myhook"
Expand All @@ -128,6 +127,11 @@
"generate": {
"description": "Generate models and template"
}
},
"plugins": ["@oclif/plugin-help", "@oclif/plugin-warn-if-update-available"],
"warn-if-update-available": {
"frequency": 24,
"frequencyUnit": "hours"
}
},
"publishConfig": {
Expand Down

0 comments on commit f617e6d

Please sign in to comment.