Bump to v4.6.1.

This commit is contained in:
John-David Dalton
2016-03-01 22:13:24 -08:00
parent 7da4c55415
commit a83b4ebd53
11 changed files with 27 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ import baseClone from './_baseClone';
* // => false
*/
function cloneDeep(value) {
return baseClone(value, true);
return baseClone(value, true, true);
}
export default cloneDeep;