Skip to content

Commit

Permalink
Include TS and JSX files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Jan 24, 2022
1 parent a58444b commit bab3e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/license/updatelicense.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ var fs = require( 'fs' ),
OLD_COMPANY_NAME_REGEXP = /(\[)?CKSource(\]\(.+?\))? - Frederico Knabben/gi,
COMPANY_NAME = 'CKSource Holding sp. z o.o',
YEAR = new Date().getFullYear(),
ACCEPTED_FORMATS = [ '.html', '.txt', '.js', '.md', '.sh', '.css', '.py', '.less', '.php', '.rb' ],
EXCLUDED_DIRS = [ '.git', 'node_modules', 're lease', 'coverage' ];
ACCEPTED_FORMATS = [ '.html', '.txt', '.js', '.ts', '.jsx', '.tsx', '.md', '.sh', '.css', '.py', '.less', '.php', '.rb' ],
EXCLUDED_DIRS = [ '.git', 'node_modules', 'release', 'coverage' ];

recursivelyUpdateLicenseDate( getExecutionPath() );

Expand Down

0 comments on commit bab3e74

Please sign in to comment.