We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ade802c + 6b6ef6e commit 6b04b38Copy full SHA for 6b04b38
denops_std/deps.ts
@@ -2,4 +2,4 @@ export * as fs from "https://deno.land/std@0.100.0/fs/mod.ts#^";
2
export * as hash from "https://deno.land/std@0.100.0/hash/mod.ts#^";
3
export * as path from "https://deno.land/std@0.100.0/path/mod.ts#^";
4
5
-export * from "https://deno.land/x/denops_core@v1.0.0-beta.1/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v1.0.0-beta.3/mod.ts#^";
denops_std/deps_test.ts
@@ -1,3 +1,3 @@
1
export * from "https://deno.land/std@0.100.0/testing/asserts.ts#^";
-export * from "https://deno.land/x/denops_core@v1.0.0-beta.1/test/mod.ts#^";
+export * from "https://deno.land/x/denops_core@v1.0.0-beta.3/test/mod.ts#^";
0 commit comments