From df826c49c9a2a14efa23848365a8ecfb1bf7521b Mon Sep 17 00:00:00 2001 From: Kegan Myers Date: Wed, 8 Jul 2015 00:17:07 -0500 Subject: [PATCH] lodash --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bb741ce..5548705 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -var lodash = require("lodash"); +var _ = require("lodash"); var Q = require("q"); function mapObjectPromises(input, func) {