-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions <[email protected]>
- Loading branch information
github-actions
committed
Jan 30, 2024
1 parent
be2e186
commit 02360bf
Showing
2 changed files
with
47 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
import { CdklabsConstructLibrary } from "cdklabs-projen-project-types"; | ||
import { CdklabsConstructLibrary } from 'cdklabs-projen-project-types'; | ||
const project = new CdklabsConstructLibrary({ | ||
author: "AWS", | ||
authorAddress: "[email protected]", | ||
cdkVersion: "2.1.0", | ||
defaultReleaseBranch: "main", | ||
devDeps: ["cdklabs-projen-project-types"], | ||
name: "cdk-verified-permissions", | ||
author: 'AWS', | ||
authorAddress: '[email protected]', | ||
cdkVersion: '2.1.0', | ||
defaultReleaseBranch: 'main', | ||
devDeps: ['cdklabs-projen-project-types'], | ||
name: 'cdk-verified-permissions', | ||
projenrcTs: true, | ||
release: false, | ||
repositoryUrl: "https://github.com/cdklabs/cdk-verified-permissions.git", | ||
repositoryUrl: 'https://github.com/cdklabs/cdk-verified-permissions.git', | ||
|
||
// deps: [], /* Runtime dependencies of this module. */ | ||
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.