aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index a17de4d..f6c71e2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -108,7 +108,7 @@ module.exports = function(grunt) {
'lib/**',
'images/**',
'plugin/**',
- '**.md'
+ '**.md'
]
},
@@ -131,9 +131,9 @@ module.exports = function(grunt) {
html: {
files: [ 'index.html']
},
- markdown: {
- files: [ './*.md' ]
- }
+ markdown: {
+ files: [ './*.md' ]
+ }
}
});