transition away from lodash-node

This commit is contained in:
Spencer Alger
2015-03-17 11:59:06 -07:00
parent be5df192ad
commit c991b589a4
27 changed files with 27 additions and 28 deletions

View File

@ -7,7 +7,7 @@ var expect = require('expect.js');
var sinon = require('sinon');
var nock = require('../../mocks/server.js');
var through2 = require('through2');
var _ = require('lodash-node');
var _ = require('lodash');
var nodeList = require('../../fixtures/short_node_list.json');
var stub = require('../../utils/auto_release_stub').make();