Fixed ESLint

This commit is contained in:
Frank Schmid 2017-03-24 18:34:25 +01:00 committed by Eslam A. Hefnawy
parent 0b88ed08fd
commit 359df73c81

View File

@ -1,7 +1,6 @@
'use strict';
const _ = require('lodash');
const path = require('path');
const BbPromise = require('bluebird');
const NO_UPDATE_MESSAGE = 'No updates are to be performed.';