Bump to v4.13.0.

This commit is contained in:
John-David Dalton
2016-05-18 16:00:35 -07:00
parent 07c844053e
commit 35cdf6513b
513 changed files with 2603 additions and 2423 deletions

28
seq.js
View File

@@ -1,15 +1,15 @@
export { default as at } from './wrapperAt';
export { default as chain } from './chain';
export { default as commit } from './commit';
export { default as lodash } from './wrapperLodash';
export { default as next } from './next';
export { default as plant } from './plant';
export { default as reverse } from './wrapperReverse';
export { default as tap } from './tap';
export { default as thru } from './thru';
export { default as toIterator } from './toIterator';
export { default as toJSON } from './toJSON';
export { default as value } from './wrapperValue';
export { default as valueOf } from './valueOf';
export { default as wrapperChain } from './wrapperChain';
export { default as at } from './wrapperAt.js';
export { default as chain } from './chain.js';
export { default as commit } from './commit.js';
export { default as lodash } from './wrapperLodash.js';
export { default as next } from './next.js';
export { default as plant } from './plant.js';
export { default as reverse } from './wrapperReverse.js';
export { default as tap } from './tap.js';
export { default as thru } from './thru.js';
export { default as toIterator } from './toIterator.js';
export { default as toJSON } from './toJSON.js';
export { default as value } from './wrapperValue.js';
export { default as valueOf } from './valueOf.js';
export { default as wrapperChain } from './wrapperChain.js';
export { default as default } from './seq.default';