From c8a5d9c585d15b783ca4d66da0044c5d75157d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 29 Sep 2019 16:09:36 +0200 Subject: bump deps version on homepage (#3036) --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index edb0152ad..dc298709b 100644 --- a/website/index.html +++ b/website/index.html @@ -115,7 +115,7 @@ href="https://deno.land/x/install/install.ps1">https://deno.land/x/install/insta

Or a more complex one:

-
import { serve } from "https://deno.land/std@v0.12/http/server.ts";
+      
import { serve } from "https://deno.land/std@v0.19.0/http/server.ts";
 const body = new TextEncoder().encode("Hello World\n");
 const s = serve(":8000");
 window.onload = async () => {
-- 
cgit v1.2.3