Skip to content

Commit

Permalink
Merge pull request #65 from kawarimidoll/update-deno-dependencies
Browse files Browse the repository at this point in the history
Update Deno Dependencies
  • Loading branch information
kawarimidoll authored May 3, 2024
2 parents 97d5626 + dfbcd8b commit 40c6d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { tag } from "https://deno.land/x/[email protected]/mod.ts";
export { assertEquals } from "https://deno.land/std@0.223.0/testing/asserts.ts";
export { randomInteger } from "https://deno.land/std@0.223.0/collections/_utils.ts";
export { assertEquals } from "https://deno.land/std@0.224.0/testing/asserts.ts";
export { randomInteger } from "https://deno.land/std@0.224.0/collections/_utils.ts";

import { range as genRange } from "https://deno.land/x/[email protected]/range.mjs";
export function range(start: number, end?: number, step?: number): number[] {
Expand Down

0 comments on commit 40c6d41

Please sign in to comment.