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

@ -1,5 +1,5 @@
var path = require('path');
var _ = require('lodash-node/modern');
var _ = require('lodash');
var nodeUtils = require('util');
/**