Skip to content

Commit

Permalink
featu: update 1.106
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed May 27, 2021
1 parent 8567600 commit fe3283c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/lib
/test-reports/
build/Release
cdk.out
coverage
jspm_packages/
junit.xml
Expand Down
1 change: 1 addition & 0 deletions .npmignore

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

4 changes: 4 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ const project = new AwsCdkConstructLibrary({
project.setScript('deploy', 'cdk deploy');
project.setScript('destroy', 'cdk destroy');

const common_exclude = ['cdk.out'];
project.npmignore.exclude(...common_exclude);
project.gitignore.exclude(...common_exclude);

project.synth();
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.97.3"
"version": "1.105.3"
}

0 comments on commit fe3283c

Please sign in to comment.