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",