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/doDuring.js | |
parent | 4cdeecf56e42ec5150e453e5cf93c89439b15463 (diff) | |
download | async-d734f6a9e75b9476b40df01cebb991f8c304fb2e.tar.gz |
Update lodash to 4.14.0
Diffstat (limited to 'lib/doDuring.js')
-rw-r--r-- | lib/doDuring.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/doDuring.js b/lib/doDuring.js index c536f30..306f8a7 100644 --- a/lib/doDuring.js +++ b/lib/doDuring.js @@ -1,5 +1,5 @@ import noop from 'lodash/noop'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; import onlyOnce from './internal/onlyOnce'; /** |