We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a58979d + be2c5e0 commit 0261c7eCopy full SHA for 0261c7e
deps.ts
@@ -1,3 +1,3 @@
1
-export { parse as parseArgs } from "https://deno.land/std@0.130.0/flags/mod.ts";
2
-export { expandGlob } from "https://deno.land/std@0.130.0/fs/mod.ts";
3
-export * as colors from "https://deno.land/std@0.130.0/fmt/colors.ts";
+export { parse as parseArgs } from "https://deno.land/std@0.131.0/flags/mod.ts";
+export { expandGlob } from "https://deno.land/std@0.131.0/fs/mod.ts";
+export * as colors from "https://deno.land/std@0.131.0/fmt/colors.ts";
0 commit comments