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 Jun 23, 2024
1 parent 055fee5 commit 6c0f64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { typescript } from "projen";
import { typescript } from 'projen';
const project = new typescript.TypeScriptProject({
defaultReleaseBranch: "main",
name: "cdk-assets",
defaultReleaseBranch: 'main',
name: 'cdk-assets',
projenrcTs: true,
release: false,

Expand Down

0 comments on commit 6c0f64e

Please sign in to comment.