Skip to content

Commit

Permalink
make misc files uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Oct 6, 2015
1 parent 590abf8 commit 01a530f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ module.exports = function(grunt) {
// copy license and changelog
config.copy.archiveMisc = {
files: {
'build/temp/archive/license.txt': 'license.txt',
'build/temp/archive/changelog.txt': 'changelog.md'
'build/temp/archive/LICENSE.txt': 'LICENSE.txt',
'build/temp/archive/CHANGELOG.txt': 'CHANGELOG.md'
}
};

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 01a530f

Please sign in to comment.