Skip to content

Commit 3fe3380

Browse files
committed
chore: change license to MIT
1 parent b2295d2 commit 3fe3380

File tree

3 files changed

+21
-192
lines changed

3 files changed

+21
-192
lines changed

.projenrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
55
cdkVersion: '2.38.0', // For using @aws-cdk/integ-runner
66
defaultReleaseBranch: 'main',
77
name: 'deploy-time-build',
8+
license: 'MIT',
89
repositoryUrl: 'https://github.com/tmokmss/deploy-time-build.git',
910
eslintOptions: {
1011
ignorePatterns: ['example/**/*', 'lambda/**/*', 'test/assets/**/*', 'test/*.snapshot/**/*', '*.d.ts'],

LICENSE

+19-191
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)