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