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 Apr 12, 2024
1 parent 718dbbf commit 8510667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { TypescriptProject } from '@vianho/apidays24pj';
import { GithubCredentials } from "projen/lib/github";
import { GithubCredentials } from 'projen/lib/github';
const project = new TypescriptProject({
defaultReleaseBranch: "main",
devDeps: ["@vianho/apidays24pj"],
name: "TofuSoup",
defaultReleaseBranch: 'main',
devDeps: ['@vianho/apidays24pj'],
name: 'TofuSoup',
projenrcTs: true,
githubOptions: {
projenCredentials: GithubCredentials.fromApp(),
Expand Down

0 comments on commit 8510667

Please sign in to comment.