mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Add index.js and lodash.js to the list of ignored files when generating fp modules.
This commit is contained in:
@@ -82,7 +82,9 @@ function build(target) {
|
||||
'ignore': [
|
||||
'_*.js',
|
||||
'core.js',
|
||||
'fp.js'
|
||||
'fp.js',
|
||||
'index.js',
|
||||
'lodash.js'
|
||||
].map(function(filename) {
|
||||
return path.join(target, filename);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user