Skip to content

Commit 641d87c

Browse files
committed
[Refactor] use call-bound directly
1 parent 805de0e commit 641d87c

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

3-
var callBound = require('call-bind/callBound');
3+
var callBound = require('call-bound');
44

55
var $deref = callBound('WeakRef.prototype.deref', true);
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tape": "^5.9.0"
5555
},
5656
"dependencies": {
57-
"call-bind": "^1.0.8"
57+
"call-bound": "^1.0.2"
5858
},
5959
"auto-changelog": {
6060
"output": "CHANGELOG.md",

0 commit comments

Comments
 (0)