Skip to content

Commit

Permalink
[Refactor] use call-bind instead of es-abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 15, 2021
1 parent 2a197b8 commit e6eac90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var define = require('define-properties');
var callBind = require('es-abstract/helpers/callBind');
var callBind = require('call-bind');

var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"es-shim API"
],
"dependencies": {
"define-properties": "^1.1.3",
"es-abstract": "^1.18.0-next.0"
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
Expand Down

0 comments on commit e6eac90

Please sign in to comment.