Skip to content

Commit

Permalink
[Deps] add call-bind
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 18, 2020
1 parent 2e19005 commit fb37275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import callBind from 'es-abstract/helpers/callBind.js';
import callBind from 'call-bind';
import RequireObjectCoercible from 'es-abstract/2020/RequireObjectCoercible.js';

import getPolyfill from 'array.prototype.item/polyfill';
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"tape": "^5.0.1"
},
"dependencies": {
"call-bind": "^1.0.0",
"define-properties": "^1.1.3",
"es-abstract": "^1.18.0-next.0"
},
Expand Down

0 comments on commit fb37275

Please sign in to comment.