Skip to content

Commit

Permalink
chore: Updated Gruntfile after #705. (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
medianect authored Oct 18, 2020
1 parent 2f8c9e3 commit e79bd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function (grunt) {
},

release: {
src : '{LICENSE.md,README.md,HISTORY.md}',
src : '{LICENSE,README.md,HISTORY.md}',
dest: 'build/'
}
},
Expand Down Expand Up @@ -173,7 +173,7 @@ module.exports = function (grunt) {
'Pure v<%= pkg.version %>',
'Copyright 2013 Yahoo!',
'Licensed under the BSD License.',
'https://github.com/pure-css/pure/blob/master/LICENSE.md',
'https://github.com/pure-css/pure/blob/master/LICENSE',
'*/\n'
].join('\n')
},
Expand Down

0 comments on commit e79bd2f

Please sign in to comment.