From d734f6a9e75b9476b40df01cebb991f8c304fb2e Mon Sep 17 00:00:00 2001 From: Graeme Yeates Date: Sun, 24 Jul 2016 15:52:43 -0400 Subject: Update lodash to 4.14.0 --- lib/reflect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/reflect.js') diff --git a/lib/reflect.js b/lib/reflect.js index ac5345d..a5ab9d9 100644 --- a/lib/reflect.js +++ b/lib/reflect.js @@ -1,5 +1,5 @@ import initialParams from './internal/initialParams'; -import rest from 'lodash/rest'; +import rest from 'lodash/_baseRest'; /** * Wraps the function in another function that always returns data even when it -- cgit v1.2.1