Skip to content

Commit

Permalink
build: set min major version
Browse files Browse the repository at this point in the history
And actually run projen to update, the bit I had forgotten
  • Loading branch information
berenddeboer committed Nov 24, 2022
1 parent 52b3357 commit 06608c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .projen/tasks.json

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

3 changes: 1 addition & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
},
],
keywords: ["aws", "aws-cdk", "rds", "aurora"],
majorVersion: 2,
minMajorVersion: 2,
minMajorVersion: 1,
})
project.addGitIgnore("*~")
if (project.eslint) {
Expand Down

0 comments on commit 06608c7

Please sign in to comment.