Remove plugin plugin

This commit is contained in:
Adam Millerchip 2023-04-14 22:33:11 +09:00
parent 0df9705f97
commit 98c32f1b08
1 changed files with 3 additions and 11 deletions

View File

@ -18,8 +18,7 @@
],
"dependencies": {
"@oclif/core": "^2",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.4.4"
"@oclif/plugin-help": "^5"
},
"devDependencies": {
"@oclif/test": "^2.3.14",
@ -42,15 +41,8 @@
"dirname": "kot",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-plugins"
],
"topicSeparator": " ",
"topics": {
"hello": {
"description": "Say hello to the world and others"
}
}
"@oclif/plugin-help"
]
},
"scripts": {
"build": "shx rm -rf dist && tsc -b",