Skip to content

Commit

Permalink
Merge pull request #201 from vim-skk/fix_unknownutil
Browse files Browse the repository at this point in the history
Use JSR for unknownutil
  • Loading branch information
kuuote authored Aug 1, 2024
2 parents 37e375d + 52d6ede commit a3b59a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denops/skkeleton/deps/unknownutil.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * as u from "https://deno.land/x/unknownutil@v3.18.1/mod.ts";
export { is } from "https://deno.land/x/unknownutil@v3.18.1/mod.ts";
export * as u from "jsr:@core/unknownutil@3.18.1";
export { is } from "jsr:@core/unknownutil@3.18.1";

0 comments on commit a3b59a5

Please sign in to comment.