Skip to content

Commit

Permalink
bump: deno@v0.40.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 12, 2020
1 parent 7b0edca commit 8910729
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .denov
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.39.0
v0.40.0
2 changes: 1 addition & 1 deletion couch_test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CouchClient } from "./couch.ts";
import {
assert,
assertEquals
assertEquals,
} from "./vendor/https/deno.land/std/testing/asserts.ts";
import open = Deno.open;
const { test } = Deno;
Expand Down
2 changes: 1 addition & 1 deletion modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@v0.39.0",
"version": "@v0.40.0",
"modules": [
"/testing/asserts.ts"
]
Expand Down
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.39.0",
"version": "@v0.40.0",
"modules": [
"/testing/asserts.ts"
]
Expand Down
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.39.0/testing/asserts.ts";
export * from "https://deno.land/std@v0.40.0/testing/asserts.ts";

0 comments on commit 8910729

Please sign in to comment.