aboutsummaryrefslogtreecommitdiff
path: root/node_modules/util-deprecate/node.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/util-deprecate/node.js')
-rw-r--r--node_modules/util-deprecate/node.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/node_modules/util-deprecate/node.js b/node_modules/util-deprecate/node.js
deleted file mode 100644
index 5e6fcff..0000000
--- a/node_modules/util-deprecate/node.js
+++ /dev/null
@@ -1,6 +0,0 @@
-
-/**
- * For Node.js, simply re-export the core `util.deprecate` function.
- */
-
-module.exports = require('util').deprecate;