Skip to content

Commit

Permalink
chore: normalize repository url in package.json (#392)
Browse files Browse the repository at this point in the history
Normalize the repository URL so that it renders normally on Construct Hub (see cdklabs/construct-hub#666).
  • Loading branch information
Chriscbr authored Dec 14, 2021
1 parent f78fc04 commit c3fc8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const project = new cdk.JsiiProject({
],
name: 'cdk8s-image',
description: 'Build & Push local docker images inside CDK8s applications',
repository: 'git@github.com:cdk8s-team/cdk8s-image.git',
repository: 'https://github.com/cdk8s-team/cdk8s-image',
defaultReleaseBranch: 'main',
projenUpgradeSecret: 'PROJEN_GITHUB_TOKEN',
autoApproveOptions: {
Expand Down
2 changes: 1 addition & 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 c3fc8f9

Please sign in to comment.