Skip to content

Commit

Permalink
chore: nightmare use bluebird promises
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Apr 1, 2017
1 parent f9b0f2f commit 05caa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const _ = require('lodash')
const Promise = require('bluebird')

const Nightmare = require('nightmare')
Nightmare.Promise = require('bluebird')
Nightmare.Promise = require(Promise)
require('nightmare-iframe-manager')(Nightmare)

const RandomUserAgent = require('random-http-useragent')
Expand Down

0 comments on commit 05caa50

Please sign in to comment.