aboutsummaryrefslogtreecommitdiff
path: root/node_modules/when/node/function.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/when/node/function.js')
-rw-r--r--node_modules/when/node/function.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/node_modules/when/node/function.js b/node_modules/when/node/function.js
deleted file mode 100644
index 6736f1a9c..000000000
--- a/node_modules/when/node/function.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/** @license MIT License (c) copyright 2013 original author or authors */
-
-/**
- * @author Brian Cavalier
- */
-(function(define) { 'use strict';
-define(function(require) {
-
- // DEPRECATED: Use when/node instead
- return require('../node');
-
-});
-}(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); }));