Skip to content

Commit 850b24c

Browse files
committed
[Refactor] use call-bound directly
1 parent adc30b0 commit 850b24c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var jsonStringify = (typeof JSON !== 'undefined' ? JSON : require('jsonify')).st
55
var isArray = require('isarray');
66
var objectKeys = require('object-keys');
77
var callBind = require('call-bind');
8-
var callBound = require('call-bind/callBound');
8+
var callBound = require('call-bound');
99

1010
var $join = callBound('Array.prototype.join');
1111
var $push = callBound('Array.prototype.push');

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
},
4343
"dependencies": {
4444
"call-bind": "^1.0.8",
45+
"call-bound": "^1.0.3",
4546
"isarray": "^2.0.5",
4647
"jsonify": "^0.0.1",
4748
"object-keys": "^1.1.1"

0 commit comments

Comments
 (0)