Skip to content

Commit

Permalink
chore: Revert "feat!: migrate to constructs v10" (#395)
Browse files Browse the repository at this point in the history
Reverts #393

Related to cdk8s-team/cdk8s-core#154
  • Loading branch information
Chriscbr authored Dec 16, 2021
1 parent 703514b commit d10c406
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const project = new cdk.JsiiProject({
'kubernetes',
],
peerDeps: [
'constructs@^10',
'constructs',
'cdk8s',
],
name: 'cdk8s-image',
Expand Down
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ push`. The URL of the pushed image can be accessed through `image.url`.
If you push to a registry other then docker hub, you can specify the registry
URL through the `registry` option.

__Implements__: [IConstruct](#constructs-iconstruct), [IDependable](#constructs-idependable)
__Implements__: [IConstruct](#constructs-iconstruct)
__Extends__: [Construct](#constructs-construct)

### Initializer
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit d10c406

Please sign in to comment.