Skip to content

Commit

Permalink
Flag peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmartin committed Oct 21, 2022
1 parent 193bdd7 commit 24082d3
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 12 deletions.
30 changes: 25 additions & 5 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ const project = new typescript.TypeScriptProject({
deps: [
'@cdktf/provider-github@~3',
'@skeptools/skep-core@~0',
'cdktf@~0',
'constructs@~10',
],
devDeps: [
peerDeps: [
'@cdktf/provider-github@~3',
'@skeptools/skep-core@~0',
'cdktf@~0',
'constructs@~10',
],
gitignore: [
'*.d.ts',
Expand Down
8 changes: 7 additions & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24082d3

Please sign in to comment.