Skip to content

Commit 1144e34

Browse files
committed
chore: update description and authorAddress
1 parent be9a1f8 commit 1144e34

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.projenrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ const { awscdk } = require('projen');
22
const { GithubCredentials } = require('projen/lib/github');
33
const { NpmAccess } = require('projen/lib/javascript');
44
const project = new awscdk.AwsCdkConstructLibrary({
5+
description: 'A CDK construct to create an AWS AppSync data source to call AWS Step Functions express workflows.',
56
author: 'OpsBR Software Technology Inc.',
6-
authorAddress: 'info@opsbr.com',
7+
authorAddress: 'https://opsbr.com',
78
authorOrganization: true,
89
cdkVersion: '2.52.0',
910
defaultReleaseBranch: 'main',

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)