Skip to content

Commit

Permalink
robust setimmediate polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
xqdoo00o committed Jul 21, 2020
1 parent 45507b7 commit 6d49c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
var support = require('./support');
var base64 = require('./base64');
var nodejsUtils = require('./nodejsUtils');
var setImmediate = require('set-immediate-shim');
var external = require("./external");
require('setimmediate');


/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lie": "~3.3.0",
"pako": "~1.0.2",
"readable-stream": "~2.3.6",
"set-immediate-shim": "~1.0.1"
"setimmediate": "^1.0.5"
},
"license": "(MIT OR GPL-3.0)"
}

0 comments on commit 6d49c9c

Please sign in to comment.