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