Fixed conf.json parsing error

This commit is contained in:
David Baldwynn 2017-04-20 21:29:39 -07:00 committed by GitHub
parent 280d7ef579
commit c1aa8eb075

View file

@ -6,7 +6,7 @@
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_",
"exclude": [ "test/*", "examples/*", "node_modules/*" ],
"exclude": [ "test/*", "examples/*", "node_modules/*" ]
},
"plugins": ["plugins/markdown"],
"templates": {
@ -24,4 +24,4 @@
"collapseSymbols" : false,
"inverseNav" : true
},
}
}