Skip to content

Commit

Permalink
fix: experiment with logtape
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jul 1, 2024
1 parent a816178 commit 42a5043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak/acorn",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"exports": { ".": "./mod.ts" },
"tasks": {
"bench": "deno bench",
Expand All @@ -9,7 +9,7 @@
"test": "deno test --allow-net --allow-env --allow-hrtime"
},
"imports": {
"@logtape/logtape": "jsr:@kitsonk/logtape@^0.5",
"@logtape/logtape": "jsr:@kitsonk/logtape@0.5.0-alpha.1",
"@oak/commons": "jsr:@oak/commons@^0.12",
"@std/assert": "jsr:@std/assert@^0.226",
"@std/http": "jsr:@std/http@^0.224",
Expand Down

0 comments on commit 42a5043

Please sign in to comment.