Skip to content

Commit

Permalink
chore(monocdk): missing bundledDependencies
Browse files Browse the repository at this point in the history
added the required bundledDependencies from each module to the monocdk-experiment package.json file.
  • Loading branch information
NetaNir authored Feb 5, 2020
1 parent 435d810 commit 46febad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/monocdk-experiment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
"jest": "^25.1.0",
"@aws-cdk/aws-acmpca": "1.22.0"
},
"bundledDependencies": [
"case",
"minimatch",
"semver",
"parcel-bundler"
],
"homepage": "https://github.com/aws/aws-cdk",
"engines": {
"node": ">= 10.3.0"
Expand Down

0 comments on commit 46febad

Please sign in to comment.