Skip to content

Commit

Permalink
Internal (ckeditor5-dev): Updated script for bumping the license year…
Browse files Browse the repository at this point in the history
…. [skip ci]
  • Loading branch information
Kamil Piechaczek committed Jun 30, 2020
1 parent e82040e commit a92e686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-year.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const includeDotFiles = {
dot: true
};

glob( '!(node_modules|coverage)/**', updateYear );
glob( '!(node_modules|coverage|.nyc_output)/**', updateYear );

// LICENSE.md, .eslintrc.js, etc.
glob( '*', includeDotFiles, updateYear );
Expand Down

0 comments on commit a92e686

Please sign in to comment.