Skip to content

Commit dd0bad1

Browse files
committed
[Refactor] use call-bound directly
1 parent 55b80a1 commit dd0bad1

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
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var callBind = require('call-bind');
4-
var callBound = require('call-bind/callBound');
4+
var callBound = require('call-bound');
55
var GetIntrinsic = require('get-intrinsic');
66

77
var $ArrayBuffer = GetIntrinsic('%ArrayBuffer%', true);

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
},
7878
"dependencies": {
7979
"call-bind": "^1.0.8",
80+
"call-bound": "^1.0.3",
8081
"get-intrinsic": "^1.2.6"
8182
},
8283
"publishConfig": {

0 commit comments

Comments
 (0)