mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Remove noConflict call from the node fp module template.
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
var _ = require('./lodash').noConflict().runInContext();
|
var _ = require('./lodash').runInContext();
|
||||||
module.exports = require('./fp/convert')(_);
|
module.exports = require('./fp/convert')(_);
|
||||||
|
|||||||
Reference in New Issue
Block a user