Skip to content

Commit acfdf3b

Browse files
authored
chore: set correct homepage in package.json (#17)
1 parent 4eaa031 commit acfdf3b

File tree

5 files changed

+4
-12
lines changed

5 files changed

+4
-12
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-main.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
55
cdkVersion: '2.24.0', // needed for node16
66
defaultReleaseBranch: 'main',
77
name: 'cdk-docker-image-deployment',
8-
repositoryUrl: '[email protected]:cdklabs/cdk-docker-image-deployment.git',
8+
repositoryUrl: 'https://github.com/cdklabs/cdk-docker-image-deployment.git',
9+
homepage: 'https://github.com/cdklabs/cdk-docker-image-deployment#readme',
910
autoApproveUpgrades: true,
1011
autoApproveOptions: {
1112
allowedUsernames: ['cdklabs-automation'],
@@ -15,10 +16,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
1516
description: 'This module allows you to copy docker image assets to a repository you control. This can be necessary if you want to build a Docker image in one CDK app and consume it in a different app or outside the CDK.',
1617
bundledDeps: ['@types/aws-lambda', 'aws-sdk'],
1718
devDeps: ['esbuild'],
18-
workflowBootstrapSteps: [{
19-
name: 'Allow docker commands',
20-
run: 'sudo chown superchain /var/run/docker.sock', // allow docker commands in jsii superchain container
21-
}],
2219
publishToPypi: {
2320
distName: 'cdk-docker-image-deployment',
2421
module: 'cdk_docker_image_deployment',

package.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)