Skip to content

Commit

Permalink
fix: check if this fixes custom resource problems in third-party clients
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Stutz committed Jan 11, 2024
1 parent d7995fb commit 2573307
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@stoplight/spectral-cli": "^6.11.0",
"@types/npm-which": "^3.0.3",
"@types/tmp": "^0.2.6",
"aws-cdk-lib": "^2.117.0",
"constructs": "^10.3.0",
"fs": "0.0.1-security",
"npm-which": "^3.0.1",
Expand All @@ -44,6 +43,9 @@
"tmp": "^0.2.1",
"zod": "^3.22.4"
},
"peerDependencies": {
"aws-cdk-lib": "^2.117.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 2573307

Please sign in to comment.