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.
1 parent 97f6bae commit 6ec261eCopy full SHA for 6ec261e
deps.ts
@@ -1,5 +1,5 @@
1
export * as path from "https://deno.land/std@0.95.0/path/mod.ts";
2
export * as hash from "https://deno.land/std@0.95.0/hash/mod.ts";
3
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";
+export * from "https://deno.land/x/denops_core@v1.0.0-alpha.0/mod.ts";
5
export * from "https://deno.land/x/unknownutil@v0.1.1/mod.ts";
deps_test.ts
@@ -1,2 +1,2 @@
export * from "https://deno.land/std@0.95.0/testing/asserts.ts";
-export * from "https://deno.land/x/denops_core@v0.16.0/test/mod.ts";
+export * from "https://deno.land/x/denops_core@v1.0.0-alpha.0/test/mod.ts";
0 commit comments