From dd63fcb75323203d3690833fdc40c5ab404edde0 Mon Sep 17 00:00:00 2001 From: p-sw Date: Tue, 11 Jun 2024 17:58:50 +0900 Subject: [PATCH] refactor(cli): remove unused lib array Deleted the unused 'lib' array from within the 'const.ts' file in the 'cli' package to clean up the codebase. --- packages/cli/src/const.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cli/src/const.ts b/packages/cli/src/const.ts index 4817c5e..e4a03bc 100644 --- a/packages/cli/src/const.ts +++ b/packages/cli/src/const.ts @@ -13,7 +13,6 @@ export interface Registry { components: string lib: string } - lib: string[] components: Record }