aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/object/is-promise.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es5-ext/object/is-promise.js')
-rw-r--r--node_modules/es5-ext/object/is-promise.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/es5-ext/object/is-promise.js b/node_modules/es5-ext/object/is-promise.js
deleted file mode 100644
index 33d6df133..000000000
--- a/node_modules/es5-ext/object/is-promise.js
+++ /dev/null
@@ -1,4 +0,0 @@
-"use strict";
-
-// In next major this check will also confirm on promise constructor
-module.exports = require("./is-thenable");