From b2f69ea36a160b424f244aada9ea27e1a7092e7e Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 10 Jan 2017 11:18:05 -0800 Subject: [PATCH] Remove `baseLodash`. --- .internal/baseLodash.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .internal/baseLodash.js diff --git a/.internal/baseLodash.js b/.internal/baseLodash.js deleted file mode 100644 index 10aed0849..000000000 --- a/.internal/baseLodash.js +++ /dev/null @@ -1,10 +0,0 @@ -/** - * The function whose prototype chain sequence wrappers inherit from. - * - * @private - */ -function baseLodash() { - // No operation performed. -} - -export default baseLodash;