Skip to content
This repository has been archived by the owner on Mar 3, 2025. It is now read-only.

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions committed Jun 24, 2024
1 parent 2d64be0 commit 3c7d42c
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 3c7d42c

Please sign in to comment.