Skip to content

Commit 8dc21b5

Browse files
committed
[Refactor] use call-bound directly
1 parent e8c7732 commit 8dc21b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var assign = require('object.assign');
4-
var callBound = require('call-bind/callBound');
4+
var callBound = require('call-bound');
55
var flags = require('regexp.prototype.flags');
66
var GetIntrinsic = require('get-intrinsic');
77
var getIterator = require('es-get-iterator');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"array-buffer-byte-length": "^1.0.2",
35-
"call-bind": "^1.0.8",
35+
"call-bound": "^1.0.4",
3636
"es-get-iterator": "^1.1.3",
3737
"get-intrinsic": "^1.3.0",
3838
"is-arguments": "^1.2.0",

0 commit comments

Comments
 (0)