Skip to content

Commit

Permalink
Bump Deno to 0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
siokas committed Apr 15, 2021
1 parent 5103b4e commit b7dacb5
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,15 +1,15 @@
export const test = Deno.test;
export { parse } from "https://deno.land/std@0.90.0/flags/mod.ts";
export { parse } from "https://deno.land/std@0.93.0/flags/mod.ts";
export {
blue,
bold,
green,
red,
yellow,
} from "https://deno.land/std@0.90.0/fmt/colors.ts";
} from "https://deno.land/std@0.93.0/fmt/colors.ts";
export {
assert,
assertEquals,
assertThrows,
assertThrowsAsync,
} from "https://deno.land/std@0.90.0/testing/asserts.ts";
} from "https://deno.land/std@0.93.0/testing/asserts.ts";

0 comments on commit b7dacb5

Please sign in to comment.