Skip to content

Commit

Permalink
Merge pull request #19 from UltiRequiem/update-deno-dependencies
Browse files Browse the repository at this point in the history
Update Deno Dependencies
  • Loading branch information
UltiRequiem authored Nov 1, 2023
2 parents 4475de7 + e297803 commit bef1752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion leap-year.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { parse } from "https://deno.land/std@0.175.0/flags/mod.ts";
import { parse } from "https://deno.land/std@0.204.0/flags/mod.ts";

import { isLeapYear } from "./mod.ts";

Expand Down
2 changes: 1 addition & 1 deletion mod_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
assert,
assertEquals,
assertThrows,
} from "https://deno.land/std@0.175.0/testing/asserts.ts";
} from "https://deno.land/std@0.204.0/testing/asserts.ts";

Deno.test("Main", () => {
assertEquals(typeof isLeapYear(), "boolean");
Expand Down

0 comments on commit bef1752

Please sign in to comment.