From 43be5d1d236d21a22a32b770cfd5b6510e5db996 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Wed, 22 Jun 2016 15:58:09 -0500 Subject: [PATCH] set defaultShowPatternInfo to false per spec --- patternlab-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patternlab-config.json b/patternlab-config.json index 651591a7..c182779d 100644 --- a/patternlab-config.json +++ b/patternlab-config.json @@ -28,7 +28,7 @@ "styleGuideExcludes": [ ], "defaultPattern": "all", - "defaultShowPatternInfo": true, + "defaultShowPatternInfo": false, "cleanPublic" : true, "patternExtension": "mustache", "ignored-extensions" : ["scss", "DS_Store", "less"],