Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
allow it to be used with v7 and v8
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Aug 15, 2022
1 parent 7b8ebfa commit b08eaa4
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
Expand Up @@ -52,10 +52,10 @@
"watch": "npm run compile -- --watch"
},
"peerDependencies": {
"@wdio/cli": "next",
"@wdio/types": "next",
"@wdio/cli": "^7.0.0 || next",
"@wdio/types": "^7.0.0 || next",
"chromedriver": "*",
"webdriverio": "next"
"webdriverio": "^7.0.0 || next"
},
"peerDependenciesMeta": {
"chromedriver": {
Expand Down

0 comments on commit b08eaa4

Please sign in to comment.