Dep update, build fixes

This commit is contained in:
Zef Hemel
2023-04-19 10:46:20 +02:00
parent 71be0a2343
commit a28966b410
12 changed files with 19 additions and 42 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import * as YAML from "https://deno.land/std/encoding/yaml.ts";
import * as YAML from "https://deno.land/std@0.184.0/yaml/mod.ts";
export function hello() {
console.log(YAML.stringify({ hello: "world" }));