Skip to content

Commit

Permalink
Drop Promise polyfill (well-supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed May 8, 2023
1 parent 4df939a commit 5e50f62
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 @@ -137,7 +137,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 5e50f62

Please sign in to comment.