Skip to content

Commit

Permalink
✨ (templates/deps.ts) Update import statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comamoca committed Aug 22, 2024
1 parent a90cc87 commit 86df580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const deps = `
export { execute, type Denops } from "https://deno.land/x/denops_std@v6.5.1/helper/mod.ts";
export { ensure } 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 { type Denops } from "jsr:@denops/std";
export { execute } from "jsr:@denops/std/function";
export { ensure, is } from "jsr:@core/unknownutil";
`;

0 comments on commit 86df580

Please sign in to comment.