Update module paths.

This commit is contained in:
John-David Dalton
2017-01-11 10:06:12 -08:00
parent 7baf2267a0
commit aa60e55db4
125 changed files with 427 additions and 306 deletions

View File

@@ -1,16 +1,16 @@
import assignMergeValue from './.internal/assignMergeValue.js';
import cloneBuffer from './.internal/cloneBuffer.js';
import cloneTypedArray from './.internal/cloneTypedArray.js';
import copyArray from './.internal/copyArray.js';
import initCloneObject from './.internal/initCloneObject.js';
import isArguments from './isArguments.js';
import isArrayLikeObject from './isArrayLikeObject.js';
import isBuffer from './isBuffer.js';
import isFunction from './isFunction.js';
import isObject from './isObject.js';
import isPlainObject from './isPlainObject.js';
import isTypedArray from './isTypedArray.js';
import toPlainObject from './toPlainObject.js';
import assignMergeValue from './assignMergeValue.js';
import cloneBuffer from './cloneBuffer.js';
import cloneTypedArray from './cloneTypedArray.js';
import copyArray from './copyArray.js';
import initCloneObject from './initCloneObject.js';
import isArguments from '../isArguments.js';
import isArrayLikeObject from '../isArrayLikeObject.js';
import isBuffer from '../isBuffer.js';
import isFunction from '../isFunction.js';
import isObject from '../isObject.js';
import isPlainObject from '../isPlainObject.js';
import isTypedArray from '../isTypedArray.js';
import toPlainObject from '../toPlainObject.js';
/**
* A specialized version of `baseMerge` for arrays and objects which performs