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

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/lodash/fp/round.js')
-rw-r--r--assets/node_modules/lodash/fp/round.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/assets/node_modules/lodash/fp/round.js b/assets/node_modules/lodash/fp/round.js
deleted file mode 100644
index 4c0e5c8..0000000
--- a/assets/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;