summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeau Gunderson <beau@beaugunderson.com>2014-12-18 12:12:27 -0800
committerBeau Gunderson <beau@beaugunderson.com>2014-12-18 12:12:27 -0800
commitb6517e28e66d65a54e478a8ebb63340ea3c11600 (patch)
treed1426f01db7d3841e8204e48335585d6d6f1e699
parentcc75bec43db06619d9a556a9484830e9412655e9 (diff)
downloadasync-b6517e28e66d65a54e478a8ebb63340ea3c11600.tar.gz
Add lodash to devDependencies
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index db6ed47..1d16870 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,8 @@
"devDependencies": {
"nodeunit": ">0.0.0",
"uglify-js": "1.2.x",
- "nodelint": ">0.0.0"
+ "nodelint": ">0.0.0",
+ "lodash": ">=2.4.1"
},
"jam": {
"main": "lib/async.js",