Bump to v3.6.0.

This commit is contained in:
jdalton
2015-03-24 19:28:36 -07:00
parent ee1f12c851
commit 801ffd8adf
193 changed files with 1213 additions and 976 deletions

View File

@@ -1,4 +1,4 @@
import createComposer from '../internal/createComposer';
import createFlow from '../internal/createFlow';
/**
* This method is like `_.flow` except that it creates a function that
@@ -20,6 +20,6 @@ import createComposer from '../internal/createComposer';
* addSquare(1, 2);
* // => 9
*/
var flowRight = createComposer(true);
var flowRight = createFlow(true);
export default flowRight;