chore(Deps): remove setimmediate (#5159)

setimmediate is a browser polyfill, and since we do not support webpack anymore, there is no reason to keep it here.
This commit is contained in:
Antonio Román
2020-12-30 11:22:11 +01:00
committed by GitHub
parent 8c2e6b70b8
commit b0077dcd0c
3 changed files with 0 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
'use strict';
require('setimmediate');
const EventEmitter = require('events');
const RESTManager = require('../rest/RESTManager');
const { DefaultOptions } = require('../util/Constants');