Skip to content

Commit

Permalink
fix: use NPM version of Hono to unblock JSR release
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostyle committed Oct 31, 2024
1 parent a4e0c3f commit e9b13a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"imports": {
"@hono/zod-validator": "npm:@hono/zod-validator@^0.4.1",
"hono": "jsr:@hono/hono@^4.6.3",
"hono": "npm:hono@^4.6.3",
"zod": "npm:zod@^3.21.4",
"zod-openapi": "npm:zod-openapi@^3.0.1"
}
Expand Down

0 comments on commit e9b13a5

Please sign in to comment.