Skip to content

Commit

Permalink
update deps, revert ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfls committed Jun 20, 2023
1 parent 62419b9 commit 028f1b3
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 51 deletions.
96 changes: 46 additions & 50 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion xelm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as fs from "https://deno.land/[email protected]/fs/mod.ts";
import * as path from "https://deno.land/[email protected]/path/mod.ts";
import { marked } from "https://esm.sh/[email protected]/";
import { minify, MinifyOptions } from "https://esm.sh/[email protected]/";
import "npm:typescript@5.2.0-dev.20230619";
import "npm:typescript@4.7.4";
import { transform as optimize } from "npm:[email protected]";

/** Compiler options. */
Expand Down

0 comments on commit 028f1b3

Please sign in to comment.