Skip to content

Commit

Permalink
Fix package checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jemishgopani committed Jul 20, 2024
1 parent 69c6d7d commit 118134e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdio-json-reporter",
"version": "4.0.0",
"version": "4.0.1",
"description": "A WebdriverIO plugin. Report results in json format.",
"main": "./src/index.js",
"files": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"Jim Davis"
],
"peerDependencies": {
"@wdio/cli": "^>= 8.0.0"
"@wdio/cli": ">=8.0.0"
},
"jest": {
"testPathIgnorePatterns": [
Expand Down

0 comments on commit 118134e

Please sign in to comment.