Skip to content

Commit

Permalink
refactor: moved zod as a dependency to devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelJacobStephen committed Oct 3, 2023
1 parent 682da90 commit d8ae8c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions packages/hoppscotch-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
"qs": "^6.10.3",
"ts-jest": "^27.1.4",
"tsup": "^5.12.7",
"typescript": "^4.6.4"
},
"dependencies": {
"typescript": "^4.6.4",
"zod": "^3.22.2"
}
}
9 changes: 4 additions & 5 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 d8ae8c6

Please sign in to comment.