From 371488378a763bc20d19b6027e16ba9197fbdaa5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 14 Jul 2017 15:35:34 -0400 Subject: [PATCH] formatting fix --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f06ecae0ddc..f1ccbc383b4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -11,7 +11,7 @@ source = require('vinyl-source-stream'), googleWebFonts = require('gulp-google-webfonts'), webpack = require('webpack-stream') -jeditor = require("gulp-json-editor"); + jeditor = require("gulp-json-editor"); var paths = {}; paths.dist = './dist/';