Skip to content

Commit

Permalink
Drop Promise polyfill (well-supported) (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored May 16, 2023
1 parent 5613dca commit f817f85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
"axios": "1.3.6",
"bignumber.js": "^9.1.1",
"detect-node": "^2.0.4",
"es6-promise": "^4.2.4",
"eventsource": "^2.0.2",
"lodash": "^4.17.21",
"randombytes": "^2.1.0",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/// <reference path="../types/dom-monkeypatch.d.ts" />

/* tslint:disable:no-var-requires */
require("es6-promise").polyfill();
const version = require("../package.json").version;

// Expose all types
Expand Down

0 comments on commit f817f85

Please sign in to comment.