summaryrefslogtreecommitdiff
path: root/node_modules/lodash/fp/assignIn.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/fp/assignIn.js')
-rw-r--r--node_modules/lodash/fp/assignIn.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/lodash/fp/assignIn.js b/node_modules/lodash/fp/assignIn.js
deleted file mode 100644
index 6e7c65f..0000000
--- a/node_modules/lodash/fp/assignIn.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var convert = require('./convert'),
- func = convert('assignIn', require('../assignIn'));
-
-func.placeholder = require('./placeholder');
-module.exports = func;