summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-09-29 16:09:36 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-09-29 10:09:36 -0400
commitc8a5d9c585d15b783ca4d66da0044c5d75157d84 (patch)
treef9f18f1f121e4b99709da472718219ad7bdb7007
parent3a982a014b73ae648fd53c985776bd9a980206e4 (diff)
bump deps version on homepage (#3036)
-rw-r--r--website/index.html2
1 files changed, 1 insertions, 1 deletions
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
<p>Or a more complex one:</p>
- <pre><code class="typescript language-typescript">import { serve } from "<a href="https://deno.land/std@v0.12/http/server.ts">https://deno.land/std@v0.12/http/server.ts</a>";
+ <pre><code class="typescript language-typescript">import { serve } from "<a href="https://deno.land/std@v0.19.0/http/server.ts">https://deno.land/std@v0.19.0/http/server.ts</a>";
const body = new TextEncoder().encode("Hello World\n");
const s = serve(":8000");
window.onload = async () => {