Skip to content

Commit

Permalink
Use JSR unknownutil
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 12, 2024
1 parent d9f893c commit 2bdd53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denops/ddc-source-lsp/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.0/mod.ts";
export { is } from "https://deno.land/x/unknownutil@v3.18.0/mod.ts";
export * as u from "jsr:@core/unknownutil@3.18.0";
export { is } from "jsr:@core/unknownutil@3.18.0";

0 comments on commit 2bdd53c

Please sign in to comment.