Skip to content

Commit c3ed4ec

Browse files
authored
Merge pull request #65 from thefrontside/use-esm-yaml-always
Always use ESM version of YAML
2 parents 4b011ea + 4377108 commit c3ed4ec

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { default as yaml } from "https://esm.sh/yaml@2.2.1";
2-
export type { ParsedNode as YAMLParsedNode } from "https://esm.sh/yaml@2.2.1";
1+
export * as yaml from "https://esm.sh/yaml@2.2.1?target=es2022";
2+
export type { ParsedNode as YAMLParsedNode } from "https://esm.sh/yaml@2.2.1?target=es2022";
33
export * from "https://raw.githubusercontent.com/cowboyd/instructional-effection/v0.0.0/mod.ts";
44
export { resolve } from "https://deno.land/std@0.163.0/path/posix.ts";
55
export type {

www/deno.lock

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)