From 686e1d53aaf4d3d5206da9fecada7023a63b03ef Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Sun, 27 Oct 2024 22:52:18 +0100 Subject: [PATCH] fix: unused old cli from package.json file --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 27fa787..bb74c01 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,7 @@ "private": true, "workspaces": [ "frontend", - "widget", - "cli" + "widget" ], "version": "2.0.0", "description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.",