Version 1
[yaffs-website] / node_modules / grunt-legacy-log / node_modules / lodash / math.js
diff --git a/node_modules/grunt-legacy-log/node_modules/lodash/math.js b/node_modules/grunt-legacy-log/node_modules/lodash/math.js
new file mode 100644 (file)
index 0000000..21409ce
--- /dev/null
@@ -0,0 +1,9 @@
+module.exports = {
+  'add': require('./math/add'),
+  'ceil': require('./math/ceil'),
+  'floor': require('./math/floor'),
+  'max': require('./math/max'),
+  'min': require('./math/min'),
+  'round': require('./math/round'),
+  'sum': require('./math/sum')
+};