diff --git a/deno.json b/deno.json index db6b7a3..0624a35 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@cross/utils", - "version": "0.6.0", + "version": "0.6.1", "exports": { ".": "./mod.ts", "./ansi": "./utils/ansi.ts", diff --git a/utils/cwd.ts b/utils/cwd.ts index 44d34fb..02199d3 100644 --- a/utils/cwd.ts +++ b/utils/cwd.ts @@ -26,5 +26,3 @@ export function cwd(): string { ); } } - -console.log(cwd());