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

14
omit.js
View File

@@ -1,10 +1,10 @@
import arrayMap from './_arrayMap';
import baseDifference from './_baseDifference';
import baseFlatten from './_baseFlatten';
import basePick from './_basePick';
import getAllKeysIn from './_getAllKeysIn';
import rest from './rest';
import toKey from './_toKey';
import arrayMap from './_arrayMap.js';
import baseDifference from './_baseDifference.js';
import baseFlatten from './_baseFlatten.js';
import basePick from './_basePick.js';
import getAllKeysIn from './_getAllKeysIn.js';
import rest from './rest.js';
import toKey from './_toKey.js';
/**
* The opposite of `_.pick`; this method creates an object composed of the