Skip to content

Commit f3bb1bf

Browse files
committed
fix: Update @humanwhocodes/retry
1 parent f691b60 commit f3bb1bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/deno/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "git+https://github.com/humanwhocodes/humanfs.git"
26+
"url": "git+https://github.com/humanwhocodes/humanfs.git",
27+
"directory": "packages/deno"
2728
},
2829
"publishConfig": {
2930
"access": "public"
@@ -48,6 +49,6 @@
4849
"typescript": "^5.2.2"
4950
},
5051
"dependencies": {
51-
"@humanwhocodes/retry": "^0.3.0"
52+
"@humanwhocodes/retry": "^0.4.0"
5253
}
5354
}

0 commit comments

Comments
 (0)