Skip to content

Commit

Permalink
Add missing std/async
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Aug 9, 2024
1 parent 2dfb5a4 commit cfecbd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
"$fresh/": "https://denopkg.com/denoland/[email protected]/",
"@deco/deco": "jsr:@deco/[email protected]",
"@deco/durable": "jsr:@deco/durable@^0.5.3",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/@preact/[email protected]",
"@std/assert": "jsr:@std/assert@^1.0.2",
"@std/async": "jsr:@std/async@^1.0.3",
"@std/crypto": "jsr:@std/crypto@^1.0.2",
"@std/encoding": "jsr:@std/encoding@^1.0.1",
"@std/fmt": "jsr:@std/fmt@^1.0.0",
"@std/fs": "jsr:@std/fs@^1.0.1",
"@std/http": "jsr:@std/http@^1.0.2",
"@std/media-types": "jsr:@std/media-types@^1.0.2",
"@std/path": "jsr:@std/path@^1.0.2",
"preact": "npm:[email protected]",
"preact-render-to-string": "npm:[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/@preact/[email protected]"
"preact-render-to-string": "npm:[email protected]"
},
"lock": false,
"tasks": {
Expand Down

0 comments on commit cfecbd3

Please sign in to comment.