Skip to content

Commit

Permalink
Merge pull request #47 from hayd/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hayd authored Dec 3, 2021
2 parents 862c789 + d213aef commit b04583d
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.116.0/flags/mod.ts";
export * as colors from "https://deno.land/std@0.116.0/fmt/colors.ts";
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";

0 comments on commit b04583d

Please sign in to comment.