Skip to content

Commit 95cabd3

Browse files
committed
[Refactor] use call-bound directly
1 parent 0877d8d commit 95cabd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helpers/polyfill.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var Call = require('es-abstract/2024/Call');
44

5-
var callBound = require('call-bind/callBound');
5+
var callBound = require('call-bound');
66

77
var $match = callBound('String.prototype.match');
88
var $toLowerCase = callBound('String.prototype.toLowerCase');

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
},
138138
"dependencies": {
139139
"call-bind": "^1.0.8",
140+
"call-bound": "^1.0.4",
140141
"define-properties": "^1.2.1",
141142
"es-abstract": "^1.23.9",
142143
"safe-array-concat": "^1.1.3"

0 commit comments

Comments
 (0)