Skip to content

Commit

Permalink
Actually use Lodash instead of underscore-contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Sep 25, 2017
1 parent 6a836fc commit ec64fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pump-import-collection
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var fs = require("fs"),
path = require("path"),
urlparse = require("url").parse,
Step = require("step"),
_ = require("underscore-contrib"),
_ = require("lodash"),
Logger = require("bunyan"),
Queue = require("jankyqueue"),
databank = require("databank"),
Expand Down

0 comments on commit ec64fd7

Please sign in to comment.