Dep update, build fixes
This commit is contained in:
@@ -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" }));
|
||||
|
||||
Reference in New Issue
Block a user