From f3bb1bf624e25e2460f84265156278d91d6ef112 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Wed, 27 Nov 2024 16:09:38 -0500 Subject: [PATCH] fix: Update @humanwhocodes/retry --- packages/deno/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/deno/package.json b/packages/deno/package.json index cbd7f27..94a9948 100644 --- a/packages/deno/package.json +++ b/packages/deno/package.json @@ -23,7 +23,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/humanwhocodes/humanfs.git" + "url": "git+https://github.com/humanwhocodes/humanfs.git", + "directory": "packages/deno" }, "publishConfig": { "access": "public" @@ -48,6 +49,6 @@ "typescript": "^5.2.2" }, "dependencies": { - "@humanwhocodes/retry": "^0.3.0" + "@humanwhocodes/retry": "^0.4.0" } }