Skip to content

Commit

Permalink
feat: [WIP] fluent API for XRD UI meta
Browse files Browse the repository at this point in the history
Needs: cdk8s-team/cdk8s#443

Signed-off-by: Phil Prasek <[email protected]>
  • Loading branch information
prasek committed Dec 13, 2020
1 parent 1880095 commit 55d7cb9
Show file tree
Hide file tree
Showing 8 changed files with 711 additions and 219 deletions.
9 changes: 8 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ const project = new ConstructLibraryCdk8s({
'constructs@^3.2.42',
'cdk8s-plus-17@^1.0.0-beta.3',
],
devDeps: ['typescript'],
bundledDeps: [
'codemaker@^1.16.0',
'js-yaml@^3.1.3',
],
devDeps: [
'typescript',
'@types/js-yaml'
],
});

project.eslint.addRules(
Expand Down
Loading

0 comments on commit 55d7cb9

Please sign in to comment.