From 4c70e08b63f8ab622d28fba6714d8619c56d899c 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..c92c88c 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": "./src/ansi.ts", + "./args": "./src/args.ts", + "./exit": "./src/exit.ts" }, "imports": { "@cross/runtime": "jsr:@cross/runtime@^0.0.16",