Skip to content

Commit

Permalink
chore(apprunner): remove unnecessary dependency (#18631)
Browse files Browse the repository at this point in the history
We forgot to remove this dependency when we migrated over to assertions. The assertions dependency is already added, so just removing this one.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kaizencc authored Jan 25, 2022
1 parent 0ca81a1 commit 9bea576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-apprunner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert-internal": "0.0.0",
"@aws-cdk/assertions": "0.0.0",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/cdk-integ-tools": "0.0.0",
Expand Down

0 comments on commit 9bea576

Please sign in to comment.