Skip to content

Commit

Permalink
fix: Update package.json (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Jan 22, 2025
1 parent 856e72f commit 7323c46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@
"webdriverio": "^8.3.5"
},
"peerDependencies": {
"codeceptjs": ">= 2.3.3"
"codeceptjs": ">=2.3.3 <100.0.0"
},
"files": [
"hooks/*",
"codeceptjs.js",
"deepMerge.js",
"index.js",
"index.d.ts"
]
],
"engines": {
"node": ">=12.0.0"
}
}

0 comments on commit 7323c46

Please sign in to comment.