summaryrefslogtreecommitdiff
path: root/node_modules/fs-extra/lib/copy/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/fs-extra/lib/copy/index.js')
-rw-r--r--node_modules/fs-extra/lib/copy/index.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/fs-extra/lib/copy/index.js b/node_modules/fs-extra/lib/copy/index.js
deleted file mode 100644
index a6a51da..0000000
--- a/node_modules/fs-extra/lib/copy/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-const u = require('universalify').fromCallback
-module.exports = {
- copy: u(require('./copy'))
-}