Skip to content

Commit 6ec261e

Browse files
committed
📦 Update denops.vim to v1.0.0-alpha.0
1 parent 97f6bae commit 6ec261e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export * as path from "https://deno.land/std@0.95.0/path/mod.ts";
22
export * as hash from "https://deno.land/std@0.95.0/hash/mod.ts";
33
export * as fs from "https://deno.land/std@0.95.0/fs/mod.ts";
4-
export * from "https://deno.land/x/denops_core@v0.16.0/mod.ts";
4+
export * from "https://deno.land/x/denops_core@v1.0.0-alpha.0/mod.ts";
55
export * from "https://deno.land/x/unknownutil@v0.1.1/mod.ts";

deps_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export * from "https://deno.land/std@0.95.0/testing/asserts.ts";
2-
export * from "https://deno.land/x/denops_core@v0.16.0/test/mod.ts";
2+
export * from "https://deno.land/x/denops_core@v1.0.0-alpha.0/test/mod.ts";

0 commit comments

Comments
 (0)