We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b46ed2 commit 0368e3aCopy full SHA for 0368e3a
deps.ts
@@ -1,3 +1,3 @@
1
-export { parse as parseArgs } from "https://deno.land/std@0.132.0/flags/mod.ts";
2
-export { expandGlob } from "https://deno.land/std@0.132.0/fs/mod.ts";
3
-export * as colors from "https://deno.land/std@0.132.0/fmt/colors.ts";
+export { parse as parseArgs } from "https://deno.land/std@0.133.0/flags/mod.ts";
+export { expandGlob } from "https://deno.land/std@0.133.0/fs/mod.ts";
+export * as colors from "https://deno.land/std@0.133.0/fmt/colors.ts";
0 commit comments