Bump to v4.7.0.

This commit is contained in:
John-David Dalton
2016-03-26 00:00:36 -07:00
parent a83b4ebd53
commit ce0b51888c
394 changed files with 1789 additions and 841 deletions

View File

@@ -1,7 +1,6 @@
import at from './wrapperAt';
import chain from './chain';
import commit from './commit';
import flatMap from './wrapperFlatMap';
import lodash from './wrapperLodash';
import next from './next';
import plant from './plant';
@@ -15,7 +14,7 @@ import valueOf from './valueOf';
import wrapperChain from './wrapperChain';
export default {
at, chain, commit, flatMap, lodash,
next, plant, reverse, tap, thru,
toIterator, toJSON, value, valueOf, wrapperChain
at, chain, commit, lodash, next,
plant, reverse, tap, thru, toIterator,
toJSON, value, valueOf, wrapperChain
};