diff options
author | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-07-24 15:52:43 -0400 |
---|---|---|
committer | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-07-24 15:52:43 -0400 |
commit | d734f6a9e75b9476b40df01cebb991f8c304fb2e (patch) | |
tree | f1da68709945ea24002fa37373f930b7f05841a5 /lib/apply.js | |
parent | 4cdeecf56e42ec5150e453e5cf93c89439b15463 (diff) | |
download | async-d734f6a9e75b9476b40df01cebb991f8c304fb2e.tar.gz |
Update lodash to 4.14.0
Diffstat (limited to 'lib/apply.js')
-rw-r--r-- | lib/apply.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/apply.js b/lib/apply.js index 465ed10..9ec7e25 100644 --- a/lib/apply.js +++ b/lib/apply.js @@ -1,4 +1,4 @@ -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; /** * Creates a continuation function with some arguments already applied. |