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 Dec 12, 2023
1 parent dc53fb3 commit b4915f4
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: "aws-lambda-rust",
author: 'AWS',
authorAddress: '[email protected]',
cdkVersion: '2.1.0',
defaultReleaseBranch: 'main',
devDeps: ['cdklabs-projen-project-types'],
name: 'aws-lambda-rust',
projenrcTs: true,
release: false,
repositoryUrl: "https://github.com/cdklabs/aws-lambda-rust.git",
repositoryUrl: 'https://github.com/cdklabs/aws-lambda-rust.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 b4915f4

Please sign in to comment.