Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/_baseLodash.js')
-rw-r--r--node_modules/lodash/_baseLodash.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/lodash/_baseLodash.js b/node_modules/lodash/_baseLodash.js
deleted file mode 100644
index f76c790..0000000
--- a/node_modules/lodash/_baseLodash.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/**
- * The function whose prototype chain sequence wrappers inherit from.
- *
- * @private
- */
-function baseLodash() {
- // No operation performed.
-}
-
-module.exports = baseLodash;