Skip to content

Commit

Permalink
exclude aws-ek8s from decdk
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Oct 17, 2020
1 parent b81d4cb commit 177c8dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/decdk/deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ for (const dir of modules) {
continue;
}

// skip the `@aws-cdk/aws-ek8s` module
if (dir === 'aws-ek8s') {
continue;
}

const exists = deps[meta.name];

if (meta.deprecated) {
Expand Down

0 comments on commit 177c8dd

Please sign in to comment.