summaryrefslogtreecommitdiff
path: root/lib/sortBy.js
diff options
context:
space:
mode:
authorFederico Brigante <github@bfred.it>2018-04-19 18:10:45 +0700
committerFederico Brigante <github@bfred.it>2018-04-19 18:33:23 +0700
commitf92456727c70f293eea39315ede5d9402fa1b38b (patch)
treefcfaab5c6ce63b4446fd8177cd1e3071ea8932db /lib/sortBy.js
parentfaf121da05d41079c77e0f9f1aeac5bba6dfc886 (diff)
downloadasync-f92456727c70f293eea39315ede5d9402fa1b38b.tar.gz
Drop _baseProperty
Diffstat (limited to 'lib/sortBy.js')
-rw-r--r--lib/sortBy.js2
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