Skip to content

Commit f3cf443

Browse files
authored
Merge pull request #85 from hayd/deno-dependency-updates
Update dependencies
2 parents 5d8ff7b + c46b8cc commit f3cf443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { parse as parseArgs } from "https://deno.land/std@0.150.0/flags/mod.ts";
2-
export { expandGlob } from "https://deno.land/std@0.150.0/fs/mod.ts";
3-
export * as colors from "https://deno.land/std@0.150.0/fmt/colors.ts";
1+
export { parse as parseArgs } from "https://deno.land/std@0.159.0/flags/mod.ts";
2+
export { expandGlob } from "https://deno.land/std@0.159.0/fs/mod.ts";
3+
export * as colors from "https://deno.land/std@0.159.0/fmt/colors.ts";

0 commit comments

Comments
 (0)