From 4df00e17ef9219df8351c6723de8a0b9ffef780e Mon Sep 17 00:00:00 2001 From: Hayden Bleasel Date: Sun, 19 Jan 2025 16:52:51 -0500 Subject: [PATCH] Fix CLI typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 381abdd7..8876a81b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kibo-ui", "version": "1.0.1", "bin": { - "next-forge": "dist/index.js" + "kibo-ui": "dist/index.js" }, "files": [ "dist/index.js"