Skip to content

Commit e68f500

Browse files
committed
[Deps] use call-bind instead of es-abstract
1 parent 83e7267 commit e68f500

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

implementation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (typeof Promise !== 'function') {
1616
throw new TypeError('`Promise` must be globally available for util.promisify to work.');
1717
}
1818

19-
var callBound = require('es-abstract/helpers/callBound');
19+
var callBound = require('call-bind/callBound');
2020

2121
var $slice = callBound('Array.prototype.slice');
2222
var $concat = callBound('Array.prototype.concat');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Polyfill/shim for util.promisify in node versions < v8",
55
"main": "index.js",
66
"dependencies": {
7+
"call-bind": "^1.0.0",
78
"define-properties": "^1.1.3",
8-
"es-abstract": "^1.17.5",
99
"for-each": "^0.3.3",
1010
"has-symbols": "^1.0.1",
1111
"object.getownpropertydescriptors": "^2.1.0"

0 commit comments

Comments
 (0)