Skip to content

Commit 56f17fa

Browse files
committed
[Refactor] use call-bound directly
1 parent 254a502 commit 56f17fa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var $TypeError = require('es-errors/type');
44

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

77
var $dataViewByteLength = callBound('DataView.prototype.byteLength', true);
88

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,14 @@
4848
},
4949
"homepage": "https://github.com/inspect-js/data-view-byte-length#readme",
5050
"dependencies": {
51-
"call-bind": "^1.0.8",
51+
"call-bound": "^1.0.3",
5252
"es-errors": "^1.3.0",
5353
"is-data-view": "^1.0.2"
5454
},
5555
"devDependencies": {
5656
"@arethetypeswrong/cli": "^0.17.1",
5757
"@ljharb/eslint-config": "^21.1.1",
5858
"@ljharb/tsconfig": "^0.2.2",
59-
"@types/call-bind": "^1.0.5",
6059
"@types/es-value-fixtures": "^1.4.4",
6160
"@types/for-each": "^0.3.3",
6261
"@types/object-inspect": "^1.13.0",

0 commit comments

Comments
 (0)