Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdriver-sync",
"version": "0.18.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we'll handle bumping when we publish. please revert this.

"version": "0.19.0",
"description": "Selenium testing without nested callbacks or promises!",
"main": "src/webdriver-sync.js",
"scripts": {
Expand All @@ -10,9 +10,9 @@
"test": "npm run lint-src && npm run lint-test && npm run mocha"
},
"dependencies": {
"async": "~0.2.9",
"java": "0.6.1",
"selenium-binaries": "0.4.x"
"async": "^2.2.0",
"java": "^0.8.0",
"selenium-binaries": "^0.11.0"
},
"devDependencies": {
"jshint": "2.3.0",
Expand Down