Remove plugin plugin
This commit is contained in:
parent
0df9705f97
commit
98c32f1b08
1 changed files with 3 additions and 11 deletions
14
package.json
14
package.json
|
@ -18,8 +18,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oclif/core": "^2",
|
"@oclif/core": "^2",
|
||||||
"@oclif/plugin-help": "^5",
|
"@oclif/plugin-help": "^5"
|
||||||
"@oclif/plugin-plugins": "^2.4.4"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@oclif/test": "^2.3.14",
|
"@oclif/test": "^2.3.14",
|
||||||
|
@ -42,15 +41,8 @@
|
||||||
"dirname": "kot",
|
"dirname": "kot",
|
||||||
"commands": "./dist/commands",
|
"commands": "./dist/commands",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@oclif/plugin-help",
|
"@oclif/plugin-help"
|
||||||
"@oclif/plugin-plugins"
|
]
|
||||||
],
|
|
||||||
"topicSeparator": " ",
|
|
||||||
"topics": {
|
|
||||||
"hello": {
|
|
||||||
"description": "Say hello to the world and others"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "shx rm -rf dist && tsc -b",
|
"build": "shx rm -rf dist && tsc -b",
|
||||||
|
|
Loading…
Reference in a new issue