fix(cli): 🐛 Remove plugin-help from oclif as it was causing bundling errors

This commit is contained in:
Jesse Wierzbinski 2024-05-08 07:26:17 +00:00
parent 19c14ef3fc
commit 47c88dd7dd
No known key found for this signature in database
4 changed files with 5 additions and 3 deletions

View file

@ -61,7 +61,7 @@
},
"additionalHelpFlags": ["-h"],
"additionalVersionFlags": ["-v"],
"plugins": ["@oclif/plugin-help"],
"plugins": [],
"description": "CLI to interface with the Lysand project",
"topicSeparator": " ",
"topics": {
@ -95,8 +95,6 @@
"@inquirer/confirm": "^3.1.6",
"@inquirer/input": "^2.1.6",
"@oclif/core": "^3.26.6",
"@oclif/plugin-help": "^6.0.21",
"@oclif/plugin-plugins": "^5.0.19",
"cli-progress": "^3.12.0",
"ora": "^8.0.1",
"table": "^6.8.2",