Skip to content

Commit

Permalink
chore(deps): fix deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kawarimidoll committed Feb 9, 2022
1 parent 56c255e commit 5a7686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export {
} from "https://deno.land/x/markup_tag@0.3.0/mod.ts";
import shuffle from "https://deno.land/x/shuffle@v1.0.1/mod.ts";
export { shuffle };
export { range } from "https://deno.land/x/it_range@v1.1.0/mod.ts";
export { range } from "https://deno.land/x/it_range@v1.0.3/range.mjs";

export {
DeleteItemCommand,
Expand Down

0 comments on commit 5a7686c

Please sign in to comment.