Update fp modules.

This commit is contained in:
John-David Dalton
2016-01-12 07:58:49 -08:00
parent b1401d03a1
commit 45f7a91780
6 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ var basePath = path.join(__dirname, '..', '..'),
filename = 'lodash.fp.js';
var fpConfig = {
'entry': path.join(__dirname, 'bower.js'),
'entry': path.join(__dirname, 'convert.browser.js'),
'output': {
'path': distPath,
'filename': filename,