Skip to content

Commit

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

var GetIntrinsic = require('es-abstract/GetIntrinsic');
var callBound = require('es-abstract/helpers/callBound');
var GetIntrinsic = require('get-intrinsic');
var callBound = require('call-bind/callBound');
var inspect = require('object-inspect');

var $TypeError = GetIntrinsic('%TypeError%');
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"tape": "^5.0.1"
},
"dependencies": {
"es-abstract": "^1.18.0-next.0",
"call-bind": "^1.0.0",
"get-intrinsic": "^1.0.2",
"object-inspect": "^1.9.0"
},
"auto-changelog": {
Expand Down

0 comments on commit e09d481

Please sign in to comment.