From c1aa8eb0751cd531fe4b7ba41dd64bd0aa0e2c8e Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 20 Apr 2017 21:29:39 -0700 Subject: [PATCH] Fixed conf.json parsing error --- conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.json b/conf.json index 908fddb6..7b53f215 100644 --- a/conf.json +++ b/conf.json @@ -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 }, -} \ No newline at end of file +}