Skip to content

Commit

Permalink
chore: major version up
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Feb 14, 2024
1 parent 11e7bd4 commit 70afb23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .projen/tasks.json

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

4 changes: 1 addition & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { awscdk } from 'projen';
const project = new awscdk.AwsCdkConstructLibrary({
majorVersion: 1,
author: 'Kazuho CryerShinozuka',
authorAddress: 'malaysia.cryer@gmail.com',
cdkVersion: '2.120.0',
Expand All @@ -10,7 +11,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
name: 'cdk-rds-scheduler',
projenrcTs: true,
repositoryUrl: 'https://github.com/badmintoncryer/cdk-rds-scheduler.git',

eslintOptions: {
dirs: [],
ignorePatterns: ['example/**/*', 'test/assets/**/*', 'test/*.snapshot/**/*', '*.d.ts'],
Expand All @@ -21,9 +21,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
exclude: ['example', 'test/.*.snapshot'],
},
devDeps: ['@aws-cdk/integ-runner@2.120.0-alpha.0', '@aws-cdk/integ-tests-alpha@2.120.0-alpha.0'],

packageName: 'cdk-rds-scheduler', /* The "name" in package.json. */

publishToPypi: {
distName: 'rds-scheduler',
module: 'rds_scheduler',
Expand Down

0 comments on commit 70afb23

Please sign in to comment.