Skip to content

Commit

Permalink
Update plugin_prepare to 0.7.2 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Aug 5, 2020
1 parent 5ff7075 commit f9aa782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { prepare } from "https://deno.land/x/plugin_prepare@v0.7.0/mod.ts";
export { prepare } from "https://deno.land/x/plugin_prepare@v0.7.2/mod.ts";
4 changes: 2 additions & 2 deletions test.deps.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { exists } from "https://deno.land/std@0.61.0/fs/mod.ts";
export { exists } from "https://deno.land/std@0.63.0/fs/mod.ts";
export {
assert,
assertEquals,
assertThrows,
assertThrowsAsync,
} from "https://deno.land/std@0.61.0/testing/asserts.ts";
} from "https://deno.land/std@0.63.0/testing/asserts.ts";

0 comments on commit f9aa782

Please sign in to comment.