Skip to content

Commit

Permalink
Merge pull request #48 from hayd/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hayd authored Dec 22, 2021
2 parents b04583d + 3cb0149 commit c08f921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { parse as parseArgs } from "https://deno.land/std@0.117.0/flags/mod.ts";
export * as colors from "https://deno.land/std@0.117.0/fmt/colors.ts";
export { parse as parseArgs } from "https://deno.land/std@0.119.0/flags/mod.ts";
export * as colors from "https://deno.land/std@0.119.0/fmt/colors.ts";

0 comments on commit c08f921

Please sign in to comment.