diff options
author | Federico Brigante <github@bfred.it> | 2018-04-19 18:10:45 +0700 |
---|---|---|
committer | Federico Brigante <github@bfred.it> | 2018-04-19 18:33:23 +0700 |
commit | f92456727c70f293eea39315ede5d9402fa1b38b (patch) | |
tree | fcfaab5c6ce63b4446fd8177cd1e3071ea8932db /lib/sortBy.js | |
parent | faf121da05d41079c77e0f9f1aeac5bba6dfc886 (diff) | |
download | async-f92456727c70f293eea39315ede5d9402fa1b38b.tar.gz |
Drop _baseProperty
Diffstat (limited to 'lib/sortBy.js')
-rw-r--r-- | lib/sortBy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sortBy.js b/lib/sortBy.js index 399debd..0c3648c 100644 --- a/lib/sortBy.js +++ b/lib/sortBy.js @@ -1,8 +1,8 @@ import arrayMap from 'lodash/_arrayMap'; -import property from 'lodash/_baseProperty'; import map from './map'; import wrapAsync from './internal/wrapAsync'; +import property from './internal/property'; /** * Sorts a list by the results of running each `coll` value through an async |