splip in lodash-migrate for debugging

This commit is contained in:
spalger
2016-05-19 07:28:52 -07:00
parent 0b309206f4
commit 3d1efa57a0
26 changed files with 26 additions and 26 deletions

View File

@ -18,7 +18,7 @@
*******/
var Promise = require('bluebird');
var _ = require('lodash');
var _ = require('lodash-migrate');
var through2 = require('through2');
var map = require('through2-map');
var split = require('split');