Skip to content

Commit 6de275c

Browse files
authored
fix: the peer dependency issue (#61)
1 parent ae5685e commit 6de275c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"docs": "documentation readme src/index.ts --section=API --shallow"
1010
},
1111
"peerDependencies": {
12-
"codeceptjs": "3.6.5"
12+
"codeceptjs": ">=3.6.5"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)