Skip to content

Commit 56d996e

Browse files
committed
[Refactor] use call-bound directly
1 parent b86a774 commit 56d996e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 $dataViewByteOffset = callBound('DataView.prototype.byteOffset', true);
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"homepage": "https://github.com/inspect-js/data-view-byte-offset#readme",
5050
"dependencies": {
51-
"call-bind": "^1.0.8",
51+
"call-bound": "^1.0.2",
5252
"es-errors": "^1.3.0",
5353
"is-data-view": "^1.0.1"
5454
},

0 commit comments

Comments
 (0)