Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Oct 17, 2022
1 parent f3cf443 commit 0ffc211
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.160.0/flags/mod.ts";
export { expandGlob } from "https://deno.land/std@0.160.0/fs/mod.ts";
export * as colors from "https://deno.land/std@0.160.0/fmt/colors.ts";

0 comments on commit 0ffc211

Please sign in to comment.