fix mixed indentation

This commit is contained in:
Hakim El Hattab 2015-10-26 14:42:12 +01:00
parent 2a757794fb
commit 596f3d3c5a
1 changed files with 4 additions and 4 deletions

View File

@ -108,7 +108,7 @@ module.exports = function(grunt) {
'lib/**', 'lib/**',
'images/**', 'images/**',
'plugin/**', 'plugin/**',
'**.md' '**.md'
] ]
}, },
@ -131,9 +131,9 @@ module.exports = function(grunt) {
html: { html: {
files: [ 'index.html'] files: [ 'index.html']
}, },
markdown: { markdown: {
files: [ './*.md' ] files: [ './*.md' ]
} }
} }
}); });