From f1a857b882b1cc59b996af825bbe4b677d0cb82d Mon Sep 17 00:00:00 2001 From: Hexagon Date: Thu, 14 Mar 2024 20:32:38 +0100 Subject: [PATCH] Fix exports --- deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deno.json b/deno.json index b910195..0524682 100644 --- a/deno.json +++ b/deno.json @@ -3,9 +3,9 @@ "version": "0.1.3", "exports": { ".": "./mod.ts", - "./ansi": "./ansi.ts", - "./args": "./args.ts", - "./exit": "./exit.ts" + "./ansi": "./utils/ansi.ts", + "./args": "./utils/args.ts", + "./exit": "./utils/exit.ts" }, "imports": { "@cross/runtime": "jsr:@cross/runtime@^0.0.16",