Version 1
[yaffs-website] / node_modules / grunt-legacy-log / node_modules / lodash / chain.js
diff --git a/node_modules/grunt-legacy-log/node_modules/lodash/chain.js b/node_modules/grunt-legacy-log/node_modules/lodash/chain.js
new file mode 100644 (file)
index 0000000..6439627
--- /dev/null
@@ -0,0 +1,16 @@
+module.exports = {
+  'chain': require('./chain/chain'),
+  'commit': require('./chain/commit'),
+  'concat': require('./chain/concat'),
+  'lodash': require('./chain/lodash'),
+  'plant': require('./chain/plant'),
+  'reverse': require('./chain/reverse'),
+  'run': require('./chain/run'),
+  'tap': require('./chain/tap'),
+  'thru': require('./chain/thru'),
+  'toJSON': require('./chain/toJSON'),
+  'toString': require('./chain/toString'),
+  'value': require('./chain/value'),
+  'valueOf': require('./chain/valueOf'),
+  'wrapperChain': require('./chain/wrapperChain')
+};