Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 999c6e4

Browse files
Updates import path for readableStreamFromReader()
1 parent cd4531f commit 999c6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
export * from "https://deno.land/[email protected]/testing/asserts.ts";
44
export * from "https://deno.land/[email protected]/io/mod.ts";
55
export * from "https://deno.land/[email protected]/http/cookie.ts";
6-
export { readableStreamFromReader } from "https://deno.land/[email protected]/streams/conversion.ts"
6+
export { readableStreamFromReader } from "https://deno.land/[email protected]/streams/readable_stream_from_reader.ts"
77

88
export * as sinon from "https://cdn.skypack.dev/[email protected]";

0 commit comments

Comments
 (0)