add lodash.isempty

This commit is contained in:
spalger
2017-02-13 13:23:51 -07:00
parent 4d6b5f6e13
commit 6c70facc65
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
var isEmpty = require('lodash').isEmpty;
var isEmpty = require('lodash.isempty');
module.exports = function (hosts) {
if (isEmpty(hosts)) return false;