Skip to content

Commit

Permalink
Merge pull request #685 from tweenietomatoes/patch-7
Browse files Browse the repository at this point in the history
chore: Bump ResourceLoaderService to Deno Standard Modules 0.158.0
  • Loading branch information
crookse authored Oct 5, 2022
2 parents 376c643 + 394f8d0 commit 56744c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/resource_loader/deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { walkSync } from "https://deno.land/std@0.146.0/fs/mod.ts";
export { join } from "https://deno.land/std@0.146.0/path/mod.ts";
export { walkSync } from "https://deno.land/std@0.158.0/fs/mod.ts";
export { join } from "https://deno.land/std@0.158.0/path/mod.ts";

0 comments on commit 56744c3

Please sign in to comment.