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,8 +1,8 @@
import assignValue from './.internal/assignValue.js';
import castPath from './.internal/castPath.js';
import isIndex from './.internal/isIndex.js';
import isObject from './isObject.js';
import toKey from './.internal/toKey.js';
import assignValue from './assignValue.js';
import castPath from './castPath.js';
import isIndex from './isIndex.js';
import isObject from '../isObject.js';
import toKey from './toKey.js';
/**
* The base implementation of `set`.