Skip to content

Commit

Permalink
Merge pull request #85 from hayd/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hayd authored Oct 16, 2022
2 parents 5d8ff7b + c46b8cc commit f3cf443
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.150.0/flags/mod.ts";
export { expandGlob } from "https://deno.land/std@0.150.0/fs/mod.ts";
export * as colors from "https://deno.land/std@0.150.0/fmt/colors.ts";
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";

0 comments on commit f3cf443

Please sign in to comment.