Skip to content

Commit f6a6c64

Browse files
committed
[Refactor] use call-bound directly
1 parent b5ea555 commit f6a6c64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

implementation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var IsCallable = require('is-callable');
44
var hasOwn = require('hasown');
55
var functionsHaveNames = require('functions-have-names')();
6-
var callBound = require('call-bind/callBound');
6+
var callBound = require('call-bound');
77
var $functionToString = callBound('Function.prototype.toString');
88
var $stringMatch = callBound('String.prototype.match');
99
var toStr = callBound('Object.prototype.toString');

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
],
3939
"dependencies": {
4040
"call-bind": "^1.0.8",
41+
"call-bound": "^1.0.3",
4142
"define-properties": "^1.2.1",
4243
"functions-have-names": "^1.2.3",
4344
"hasown": "^2.0.2",

0 commit comments

Comments
 (0)