Skip to content

Commit dbabfe3

Browse files
committed
[Refactor] use call-bound directly
1 parent d5343a0 commit dbabfe3

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

3-
var callBound = require('call-bind/callBound');
3+
var callBound = require('call-bound');
44
var hasToStringTag = require('has-tostringtag/shams')();
55
var hasOwn = require('hasown');
66
var gOPD = require('gopd');

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"expression"
4242
],
4343
"dependencies": {
44-
"call-bind": "^1.0.8",
44+
"call-bound": "^1.0.2",
4545
"gopd": "^1.2.0",
4646
"has-tostringtag": "^1.0.2",
4747
"hasown": "^2.0.2"
@@ -50,7 +50,6 @@
5050
"@arethetypeswrong/cli": "^0.17.1",
5151
"@ljharb/eslint-config": "^21.1.1",
5252
"@ljharb/tsconfig": "^0.2.2",
53-
"@types/call-bind": "^1.0.5",
5453
"@types/core-js": "^2.5.8",
5554
"@types/for-each": "^0.3.3",
5655
"@types/tape": "^5.6.5",

0 commit comments

Comments
 (0)