Skip to content

Commit

Permalink
chore: change license to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed Jun 2, 2023
1 parent b2295d2 commit 3fe3380
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 192 deletions.
1 change: 1 addition & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
cdkVersion: '2.38.0', // For using @aws-cdk/integ-runner
defaultReleaseBranch: 'main',
name: 'deploy-time-build',
license: 'MIT',
repositoryUrl: 'https://github.com/tmokmss/deploy-time-build.git',
eslintOptions: {
ignorePatterns: ['example/**/*', 'lambda/**/*', 'test/assets/**/*', 'test/*.snapshot/**/*', '*.d.ts'],
Expand Down
210 changes: 19 additions & 191 deletions LICENSE

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

2 changes: 1 addition & 1 deletion package.json

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

0 comments on commit 3fe3380

Please sign in to comment.