Skip to content

Commit 2a2d84e

Browse files
committed
[Refactor] use call-bound directly
1 parent a8048ea commit 2a2d84e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var forEach = require('for-each');
44
var availableTypedArrays = require('available-typed-arrays');
55
var callBind = require('call-bind');
6-
var callBound = require('call-bind/callBound');
6+
var callBound = require('call-bound');
77
var gOPD = require('gopd');
88

99
/** @type {(O: object) => string} */

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"dependencies": {
6363
"available-typed-arrays": "^1.0.7",
6464
"call-bind": "^1.0.7",
65+
"call-bound": "^1.0.3",
6566
"for-each": "^0.3.3",
6667
"gopd": "^1.0.1",
6768
"has-tostringtag": "^1.0.2"

0 commit comments

Comments
 (0)