Skip to content

Commit 0aaa89f

Browse files
committed
Quit using dlink
1 parent c3d990c commit 0aaa89f

File tree

8 files changed

+5
-44
lines changed

8 files changed

+5
-44
lines changed

β€Ždenops/helloworld/main.tsβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { Denops } from "./vendor/https/deno.land/x/denops_std/mod.ts";
2-
import { execute } from "./vendor/https/deno.land/x/denops_std/helper/mod.ts";
3-
import * as vars from "./vendor/https/deno.land/x/denops_std/variable/mod.ts";
4-
import * as autocmd from "./vendor/https/deno.land/x/denops_std/autocmd/mod.ts";
5-
import { ensureString } from "./vendor/https/deno.land/x/unknownutil/mod.ts";
1+
import { Denops } from "https://deno.land/x/denops_std@v1.0.0-alpha.3/mod.ts";
2+
import { execute } from "https://deno.land/x/denops_std@v1.0.0-alpha.3/helper/mod.ts";
3+
import * as vars from "https://deno.land/x/denops_std@v1.0.0-alpha.3/variable/mod.ts";
4+
import * as autocmd from "https://deno.land/x/denops_std@v1.0.0-alpha.3/autocmd/mod.ts";
5+
import { ensureString } from "https://deno.land/x/unknownutil@v0.1.1/mod.ts";
66

77
// Export `main` function which is executed from denops.vim
88
export async function main(denops: Denops) {

β€Ždenops/helloworld/modules-lock.jsonβ€Ž

Lines changed: 0 additions & 17 deletions
This file was deleted.

β€Ždenops/helloworld/modules.jsonβ€Ž

Lines changed: 0 additions & 17 deletions
This file was deleted.

β€Ždenops/helloworld/vendor/https/deno.land/x/denops_std/autocmd/mod.tsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždenops/helloworld/vendor/https/deno.land/x/denops_std/helper/mod.tsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždenops/helloworld/vendor/https/deno.land/x/denops_std/mod.tsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždenops/helloworld/vendor/https/deno.land/x/denops_std/variable/mod.tsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždenops/helloworld/vendor/https/deno.land/x/unknownutil/mod.tsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)