Skip to content

Commit

Permalink
Merge pull request #38 from wtfdivyansh/main
Browse files Browse the repository at this point in the history
fix zod
  • Loading branch information
SkidGod4444 authored Nov 10, 2024
2 parents e7d0b43 + 2981e42 commit 52567eb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
11 changes: 7 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
"name": "@repo/types",
"version": "1.0.0",
"description": "",
"exports":{
".":"./src/mail.ts"
},
"exports": {
".": "./src/mail.ts"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"zod": "^3.23.8"
}
}
30 changes: 17 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52567eb

Please sign in to comment.