Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Jan 30, 2024
1 parent be2e186 commit 02360bf
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .projenrc.ts
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. */
Expand Down
39 changes: 39 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02360bf

Please sign in to comment.