Skip to content

Commit 7cd3a52

Browse files
1 parent efcc87e commit 7cd3a52

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.denov

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.38.0
1+
v0.39.0

modules-lock.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@v0.38.0",
4-
"modules": ["/testing/asserts.ts"]
3+
"version": "@v0.39.0",
4+
"modules": [
5+
"/testing/asserts.ts"
6+
]
57
}
6-
}
8+
}

modules.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"https://deno.land/std": {
3-
"version": "@v0.38.0",
4-
"modules": ["/testing/asserts.ts"]
3+
"version": "@v0.39.0",
4+
"modules": [
5+
"/testing/asserts.ts"
6+
]
57
}
6-
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@v0.38.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@v0.39.0/testing/asserts.ts";

0 commit comments

Comments
 (0)