From 187f3cd6de9b9b5ab3e3cfd06b6ed5fa09b0c900 Mon Sep 17 00:00:00 2001 From: Darius J Chuck Date: Sun, 11 Dec 2022 03:53:58 +0100 Subject: [PATCH] update jevko.js version --- jevkoml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jevkoml.js b/jevkoml.js index 0a782b3..82350a5 100644 --- a/jevkoml.js +++ b/jevkoml.js @@ -1,4 +1,4 @@ -import {jevkoFromString as parseJevkoWithHeredocs} from 'https://cdn.jsdelivr.net/gh/jevko/jevko.js@v0.1.0/mod.js' +import {jevkoFromString as parseJevkoWithHeredocs} from 'https://cdn.jsdelivr.net/gh/jevko/jevko.js@v0.1.5/mod.js' // todo: remove/abstract over this dependency import * as mod from "https://deno.land/std@0.163.0/streams/conversion.ts";