Skip to content

Commit

Permalink
fix(jsr): correct zod config
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Jan 21, 2025
1 parent 58ea92a commit e45fa5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"./helpers/zod": "./helpers/zod.ts",
"./beta/realtime/websocket": "./beta/realtime/websocket.ts"
},
"imports": {
"zod": "npm:zod@3"
},
"publish": {
"exclude": [
"!."
Expand Down

0 comments on commit e45fa5f

Please sign in to comment.