Skip to content

Commit a5e141e

Browse files
committed
Update denops_std to v1.0.0-beta.0
1 parent 0aaa89f commit a5e141e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

denops/helloworld/main.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { Denops } from "https://deno.land/x/[email protected]alpha.3/mod.ts";
2-
import { execute } from "https://deno.land/x/[email protected]alpha.3/helper/mod.ts";
3-
import * as vars from "https://deno.land/x/[email protected]alpha.3/variable/mod.ts";
4-
import * as autocmd from "https://deno.land/x/[email protected]alpha.3/autocmd/mod.ts";
1+
import { Denops } from "https://deno.land/x/[email protected]beta.0/mod.ts";
2+
import { execute } from "https://deno.land/x/[email protected]beta.0/helper/mod.ts";
3+
import * as vars from "https://deno.land/x/[email protected]beta.0/variable/mod.ts";
4+
import * as autocmd from "https://deno.land/x/[email protected]beta.0/autocmd/mod.ts";
55
import { ensureString } from "https://deno.land/x/[email protected]/mod.ts";
66

77
// Export `main` function which is executed from denops.vim

0 commit comments

Comments
 (0)