-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
All Node versions we currently support (Node 4, 6 and 8) have built-in Promise support, so we plan to remove the Promise
options from the Constructor.
This like this will have no effect after v13.0.0
const Client = require('./../lib/index')
const github = new Client({
Promise: Promise
})
Please let me know if this causes any trouble for you, maybe we can find a workaround that we can add to the migration guide :)
Metadata
Metadata
Assignees
Labels
No labels