diff --git a/lib/fp/template/modules/fp.jst b/lib/fp/template/modules/fp.jst index 39196b993..6f5216fd8 100644 --- a/lib/fp/template/modules/fp.jst +++ b/lib/fp/template/modules/fp.jst @@ -1,2 +1,2 @@ -var _ = require('./lodash').runInContext(); +var _ = require('./lodash.min').runInContext(); module.exports = require('./fp/convert')(_);