Skip to content

Commit

Permalink
bump: deno@v0.39.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 4, 2020
1 parent efcc87e commit 7cd3a52
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .denov
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.38.0
v0.39.0
8 changes: 5 additions & 3 deletions modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"https://deno.land/std": {
"version": "@v0.38.0",
"modules": ["/testing/asserts.ts"]
"version": "@v0.39.0",
"modules": [
"/testing/asserts.ts"
]
}
}
}
8 changes: 5 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"https://deno.land/std": {
"version": "@v0.38.0",
"modules": ["/testing/asserts.ts"]
"version": "@v0.39.0",
"modules": [
"/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.38.0/testing/asserts.ts";
export * from "https://deno.land/std@v0.39.0/testing/asserts.ts";

0 comments on commit 7cd3a52

Please sign in to comment.