diff --git a/src/deps.ts b/src/deps.ts deleted file mode 100644 index d8d0e4b..0000000 --- a/src/deps.ts +++ /dev/null @@ -1,3 +0,0 @@ -export { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.4/command/mod.ts"; -export { cyan } from "https://deno.land/std@0.192.0/fmt/colors.ts"; -export * as path from "https://deno.land/std@0.192.0/path/mod.ts";