Skip to content

Commit

Permalink
fix(lint): assert to with
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Feb 9, 2024
1 parent 5ff3cb3 commit bf82a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { procList } from "./src/procList.ts";
import { upgrader } from "./src/upgrader.ts";
import { assertMinVersion } from "./src/utils/versions.ts";

import vJson from "./version.json" assert { type: "json" };
import vJson from "./version.json" with { type: "json" };

// check minimum version of deno
const minVRequired = "1.31.1"; // uses deno.Command
Expand Down

0 comments on commit bf82a34

Please sign in to comment.