Skip to content

Commit

Permalink
Merge pull request #92 from hayd/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hayd authored Nov 30, 2022
2 parents 37b9d11 + 3f18be9 commit 09f9994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { parse as parseArgs } from "https://deno.land/std@0.159.0/flags/mod.ts";
export { expandGlob } from "https://deno.land/std@0.159.0/fs/mod.ts";
export * as colors from "https://deno.land/std@0.159.0/fmt/colors.ts";
export { parse as parseArgs } from "https://deno.land/std@0.166.0/flags/mod.ts";
export { expandGlob } from "https://deno.land/std@0.166.0/fs/mod.ts";
export * as colors from "https://deno.land/std@0.166.0/fmt/colors.ts";

0 comments on commit 09f9994

Please sign in to comment.