From 98c32f1b0894f2b0035440f994a47600e5da67de Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Fri, 14 Apr 2023 22:33:11 +0900 Subject: [PATCH] Remove plugin plugin --- package.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index a81e9cc..c215f2c 100644 --- a/package.json +++ b/package.json @@ -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",