Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp authored Feb 4, 2020
1 parent 4cc13e4 commit 9b91b43
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .denov
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.31.0
v0.32.0
9 changes: 6 additions & 3 deletions modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"https://deno.land/std": {
"version": "@v0.31.0",
"modules": ["/testing/mod.ts", "/testing/asserts.ts"]
"version": "@v0.32.0",
"modules": [
"/testing/mod.ts",
"/testing/asserts.ts"
]
}
}
}
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@v0.31.0",
"version": "@v0.32.0",
"modules": ["/testing/mod.ts", "/testing/asserts.ts"]
}
}
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.31.0/testing/asserts.ts";
export * from "https://deno.land/std@v0.32.0/testing/asserts.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.31.0/testing/mod.ts";
export * from "https://deno.land/std@v0.32.0/testing/mod.ts";

0 comments on commit 9b91b43

Please sign in to comment.