Skip to content

Commit 87e5708

Browse files
committed
chore: minor changes to docs
1 parent 4677aa0 commit 87e5708

File tree

3 files changed

+28
-20
lines changed

3 files changed

+28
-20
lines changed

.projenrc.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { awscdk } from 'projen';
22

33
const PROJECT_NAME = 'cdk-aws-cleaner';
44
const PROJECT_DESCRIPTION =
5-
'The construct cleans up the stack it is integrated with after a defined time period has passed.';
5+
'The construct cleans up the stack it is used in and after a defined time period has passed.';
66

77
const project = new awscdk.AwsCdkConstructLibrary({
88
author: 'ZeroDotFive',
@@ -17,9 +17,17 @@ const project = new awscdk.AwsCdkConstructLibrary({
1717
repositoryUrl: 'https://github.com/ZDF-OSS/cdk-aws-cleaner.git',
1818
homepage: 'https://zerodotfive.com',
1919
description: PROJECT_DESCRIPTION,
20-
keywords: ['aws', 'cdk', 'awscdk', 'aws-cdk', 'cleanup', 'cost', 'stack', 'stack-remover', 'cloudformation'],
21-
gitignore: [
22-
'cdk.out/',
20+
keywords: [
21+
'aws',
22+
'cdk',
23+
'awscdk',
24+
'aws-cdk',
25+
'cleanup',
26+
'cost',
27+
'stack',
28+
'stack-remover',
29+
'cloudformation',
2330
],
31+
gitignore: ['cdk.out/'],
2432
});
2533
project.synth();

API.md

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

package.json

Lines changed: 1 addition & 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)