Skip to content

Commit cf4aba4

Browse files
committed
[Refactor] use call-bound directly
1 parent 02cbc0c commit cf4aba4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

index.js

+1-1
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 $typedArrayBuffer = callBound('TypedArray.prototype.buffer', true);
88

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@
3737
},
3838
"homepage": "https://github.com/inspect-js/typed-array-buffer#readme",
3939
"dependencies": {
40-
"call-bind": "^1.0.8",
40+
"call-bound": "^1.0.3",
4141
"es-errors": "^1.3.0",
4242
"is-typed-array": "^1.1.13"
4343
},
4444
"devDependencies": {
4545
"@arethetypeswrong/cli": "^0.17.1",
4646
"@ljharb/eslint-config": "^21.1.1",
4747
"@ljharb/tsconfig": "^0.2.2",
48-
"@types/call-bind": "^1.0.5",
4948
"@types/es-value-fixtures": "^1.4.4",
5049
"@types/for-each": "^0.3.3",
5150
"@types/object-inspect": "^1.13.0",

0 commit comments

Comments
 (0)