Skip to content

Commit

Permalink
removed webdriverio as dep for normal usage
Browse files Browse the repository at this point in the history
  • Loading branch information
camme committed Feb 27, 2015
1 parent 7f9c7e0 commit d7b55d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webhook-deployer",
"version": "0.7.1",
"version": "0.7.2",
"description": "Deployer server app triggered by (github) webhooks",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,8 @@
"should": "~1.2.2",
"grunt-simple-mocha": "~0.4.0",
"grunt-cli": "~0.1.8",
"webdriverjs": "~0.7.3"
"webdriverjs": "~0.7.3",
"webdriverio": "^2.2.3"
},
"dependencies": {
"commander": "~1.1.1",
Expand All @@ -40,7 +41,6 @@
"selenium-standalone": "^2.43.1-5",
"socket.io": "^1.1.0",
"stylus": "~0.32.1",
"webdriverio": "^2.2.3",
"winser": "~0.1.3"
}
}

0 comments on commit d7b55d3

Please sign in to comment.