Skip to content

Commit db65b5b

Browse files
committed
chore(example): install cdk-rest-api-with-spec
- Installs `cdk-rest-api-with-spec` from the GitHub repository. - Removes the direct dependency on `openapi3-ts` because it is installed when `cdk-rest-api-with-spec` is installed.
1 parent db17085 commit db65b5b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

example/package-lock.json

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"dependencies": {
2424
"aws-cdk-lib": "2.29.0",
25+
"cdk-rest-api-with-spec": "github:codemonger-io/cdk-rest-api-with-spec#v0.1.0",
2526
"constructs": "^10.0.0",
26-
"openapi3-ts": "^2.0.2",
2727
"source-map-support": "^0.5.21"
2828
}
2929
}

0 commit comments

Comments
 (0)