diff options
author | metamuffin <metamuffin@yandex.com> | 2022-01-01 00:28:34 +0100 |
---|---|---|
committer | metamuffin <metamuffin@yandex.com> | 2022-01-01 00:28:34 +0100 |
commit | 382808301ffb28397a7e2c18f27c09adc42b3c4e (patch) | |
tree | 77ea7bd1a6c07cc22a49a7e923a635a81ed80a77 | |
parent | 0e450b2133ba5ac38450e152f5950cb3221e1e88 (diff) | |
download | metamuffin-website-382808301ffb28397a7e2c18f27c09adc42b3c4e.tar metamuffin-website-382808301ffb28397a7e2c18f27c09adc42b3c4e.tar.bz2 metamuffin-website-382808301ffb28397a7e2c18f27c09adc42b3c4e.tar.zst |
explicit version of pug and oak
-rw-r--r-- | source/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/index.ts b/source/index.ts index d3373aa..3a5bf26 100644 --- a/source/index.ts +++ b/source/index.ts @@ -1,6 +1,6 @@ // SPDX-License-Identifier: AGPL-3.0-only -import { Application, Router, Response, Request } from "https://deno.land/x/oak/mod.ts"; -import { compile, compileTemplate } from "https://deno.land/x/pug/mod.ts"; +import { Application, Router, Response, Request } from "https://deno.land/x/oak@v10.1.0/mod.ts"; +import { compile, compileTemplate } from "https://deno.land/x/pug@v0.1.3/mod.ts"; const app = new Application() |