Remove noConflict call from the node fp module template.

This commit is contained in:
John-David Dalton
2016-02-15 23:06:28 -08:00
parent 5dd6b90692
commit 09dd3a8fea

View File

@@ -1,2 +1,2 @@
var _ = require('./lodash').noConflict().runInContext();
var _ = require('./lodash').runInContext();
module.exports = require('./fp/convert')(_);