Skip to content

Commit 67b8dfc

Browse files
committed
fix: allowed cypress v4 as a valid peer
closes #118
1 parent 5664b09 commit 67b8dfc

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
@@ -51,7 +51,7 @@
5151
"npm-run-all": "^4.1.5"
5252
},
5353
"peerDependencies": {
54-
"cypress": "^2.1.0 || ^3.0.0"
54+
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0"
5555
},
5656
"eslintConfig": {
5757
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)