Conversation
jsdevel
left a comment
There was a problem hiding this comment.
looks like the build failed. I'm somewhat tempted to have a new branch, something like beta, then we can push changes like this out to npm with a beta version.
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "webdriver-sync", | |||
| "version": "0.18.0", | |||
There was a problem hiding this comment.
we'll handle bumping when we publish. please revert this.
|
@jsdevel thanks, I reverted the version number. By the way, in case you are wondering why we needed to update the dependencies; the module fails to install in NodeJS 6.10.0 LTS when the old versions of the dependencies are used. I would suggest updating the travis config to test later versions of NodeJS as well. |
|
Can you add the latest version to the travis config? If the tests pass with the latest version of node, we may need to get creative with versioning. |
No description provided.