Skip to content

Commit

Permalink
Upgrading to nightmare 2.8.1 behind the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgonecrypto committed Oct 25, 2016
1 parent e860fbd commit 799be11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const hunt = hounds.release({
* `logTo` An optional writable stream that all URLs attempting to be processed will be written to.
* `urlFilter` An optional predicate function, taking the current `url` as a parameter, and returning `true` or `false` as to whether or not to include it in the hunt. Second argument of `domainFiltered` is a bool stating whether or not the host matches (use it if you'd like to include that check in your filter)
* `before` and `after` callbacks receive nightmare instance and if defined, must return it (see [examples/preAuth.js](examples/preAuth.jss#L14-L26))
* `nightmare` All [nightmare 2.8.0 options](https://github.com/segmentio/nightmare/tree/2.8.0#nightmareoptions) are supported
* `nightmare` All [nightmare 2.8.1 options](https://github.com/segmentio/nightmare/tree/2.8.1#nightmareoptions) are supported

##Known Issues
* `console.errors` not currently handled
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/justinjmoses/hounds#readme",
"dependencies": {
"nightmare": "https://github.com/justinjmoses/nightmare/tarball/3be865f67818fa2979fa89210231a4e94a92b259"
"nightmare": "https://github.com/justinjmoses/nightmare/tarball/dffc95bd8d9cacdcadfdd95e742972f628a8aa84"
},
"devDependencies": {
"express": "^4.14.0",
Expand Down

0 comments on commit 799be11

Please sign in to comment.