Simplify plugin

The augmentExamples just adds metadata to the example markup files.  If we also want to support example markdown files, we can use the metalsmith-markdown plugin before this one.
This commit is contained in:
Tim Schaub
2015-04-06 10:23:47 -06:00
parent 43ed76cda0
commit 75fcec15ec
2 changed files with 9 additions and 15 deletions
+3 -1
View File
@@ -10,10 +10,12 @@
"trailing": true,
"maxlen": 80,
"globals": {
"Buffer": false,
"__dirname": false,
"exports": true,
"module": false,
"process": false,
"require": false
"require": false,
"setImmediate": false
}
}