diff --git a/async/deno.json b/async/deno.json index 2d60714e09d3..5378518c32e6 100644 --- a/async/deno.json +++ b/async/deno.json @@ -11,6 +11,7 @@ "./unstable-mux-async-iterator": "./unstable_mux_async_iterator.ts", "./pool": "./pool.ts", "./retry": "./retry.ts", + "./unstable-retry": "./unstable_retry.ts", "./tee": "./tee.ts", "./unstable-throttle": "./unstable_throttle.ts" }