From e6eac9052ebdb4bc28cb83b5d3017a4ed74fe3f1 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 14 Jan 2021 17:12:56 -0800 Subject: [PATCH] [Refactor] use `call-bind` instead of `es-abstract` --- index.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index e375536..104aaa3 100644 --- a/index.js +++ b/index.js @@ -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'); diff --git a/package.json b/package.json index faa5d03..cd02fa6 100644 --- a/package.json +++ b/package.json @@ -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",