Skip to content

Commit 6bd3d7b

Browse files
committed
fix
1 parent 3936713 commit 6bd3d7b

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zod-cdk-context",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Validate AWS CDK context with Zod",
55
"keywords": [
66
"zod",
@@ -32,10 +32,12 @@
3232
},
3333
"husky": {
3434
"hooks": {
35-
"pre-commit": "npm run validate && npm run test",
36-
"zod": "^4.1.11"
35+
"pre-commit": "npm run validate && npm run test"
3736
}
3837
},
38+
"dependencies": {
39+
"zod": "^4.1.11"
40+
},
3941
"devDependencies": {
4042
"@tsconfig/node20": "^20.1.4",
4143
"aws-cdk-lib": "^2.162.1",

0 commit comments

Comments
 (0)