diff --git a/ui/text/package.json b/ui/text/package.json index 7b262928..92893d02 100644 --- a/ui/text/package.json +++ b/ui/text/package.json @@ -1,6 +1,6 @@ { "name": "@aaif/goose", - "version": "0.1.1", + "version": "0.1.0", "description": "Goose - an open-source AI agent", "license": "Apache-2.0", "repository": { @@ -16,7 +16,7 @@ ], "type": "module", "bin": { - "goose-text": "dist/tui.js" + "goose": "dist/tui.js" }, "files": [ "dist",