We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
call-bound
1 parent 805de0e commit 641d87cCopy full SHA for 641d87c
index.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var callBound = require('call-bind/callBound');
+var callBound = require('call-bound');
4
5
var $deref = callBound('WeakRef.prototype.deref', true);
6
package.json
@@ -54,7 +54,7 @@
54
"tape": "^5.9.0"
55
},
56
"dependencies": {
57
- "call-bind": "^1.0.8"
+ "call-bound": "^1.0.2"
58
59
"auto-changelog": {
60
"output": "CHANGELOG.md",
0 commit comments