Skip to content

Commit

Permalink
Fix: import encoding-japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
arrow2nd committed Sep 11, 2024
1 parent 843b02b commit a917ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/skkeleton/util.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Denops, fn, op } from "./deps.ts";
import * as encoding from "npm:[email protected]";
import encoding from "npm:[email protected]";

import { basename } from "jsr:@std/path@~1.0.3/basename";
import { parse } from "jsr:@std/path@~1.0.3/parse";
Expand Down

0 comments on commit a917ccf

Please sign in to comment.