aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.babel.js')
-rw-r--r--gulpfile.babel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index 407bd3b31..9a04732b7 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -15,10 +15,10 @@ import { removeSync, outputJson } from 'fs-extra';
15import kebabCase from 'kebab-case'; 15import kebabCase from 'kebab-case';
16import hexRgb from 'hex-rgb'; 16import hexRgb from 'hex-rgb';
17 17
18import * as buildInfo from 'preval-build-info';
18import config from './package.json'; 19import config from './package.json';
19 20
20import * as rawStyleConfig from './src/theme/default/legacy.js'; 21import * as rawStyleConfig from './src/theme/default/legacy.js';
21import * as buildInfo from 'preval-build-info';
22 22
23dotenv.config(); 23dotenv.config();
24 24