Skip to content

Commit

Permalink
#10 - set dependency to selenium-standalone 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziolko committed Apr 18, 2018
1 parent fbcc5fe commit 5597724
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 75 deletions.
156 changes: 83 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdio",
"version": "2.0.0",
"version": "2.0.1",
"description": "Wrapper for webdriver.io allowing to write test in synchronous way",
"keywords": [
"webdriverio",
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"fibers": "^2.0.0",
"selenium-standalone": "^6.13.0",
"selenium-standalone": "~6.6.0",
"tcp-port-used": "^0.1.2",
"webdriverio": "^4.12.0"
},
Expand Down

0 comments on commit 5597724

Please sign in to comment.