Skip to content

Commit

Permalink
Merge pull request syumai#43 from uki00a/support-deno-v1.2.0
Browse files Browse the repository at this point in the history
Update std to v0.61.0
  • Loading branch information
uki00a committed Jul 13, 2020
2 parents ee8a88f + 1790710 commit d32eb6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dem.json
Expand Up @@ -3,7 +3,7 @@
{
"protocol": "https",
"path": "deno.land/std",
"version": "0.60.0",
"version": "0.61.0",
"files": [
"/fmt/printf.ts",
"/http/server.ts",
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fmt/printf.ts
@@ -1 +1 @@
export * from "https://deno.land/std@0.60.0/fmt/printf.ts";
export * from "https://deno.land/std@0.61.0/fmt/printf.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/http/server.ts
@@ -1 +1 @@
export * from "https://deno.land/std@0.60.0/http/server.ts";
export * from "https://deno.land/std@0.61.0/http/server.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/path/mod.ts
@@ -1 +1 @@
export * from "https://deno.land/std@0.60.0/path/mod.ts";
export * from "https://deno.land/std@0.61.0/path/mod.ts";

0 comments on commit d32eb6e

Please sign in to comment.