From 008778a16c361a3a3fc1fc2cbfea559ebba8cdc7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 11 Apr 2017 12:58:51 +0200 Subject: [PATCH] just another build fix --- gulpfile.babel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 82d6e1b..ce51ab8 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -11,6 +11,7 @@ import browser from 'browser-sync' import critical from 'critical' import fs from 'fs' import yaml from 'js-yaml' +import request from 'request' // get all the configs: `pkg` and `site` import pkg from './package.json'