Skip to content

Commit

Permalink
fix: allowed cypress v4 as a valid peer
Browse files Browse the repository at this point in the history
closes #118
  • Loading branch information
travi committed Feb 6, 2020
1 parent 5664b09 commit 67b8dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"npm-run-all": "^4.1.5"
},
"peerDependencies": {
"cypress": "^2.1.0 || ^3.0.0"
"cypress": "^2.1.0 || ^3.0.0 || ^4.0.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
Expand Down

0 comments on commit 67b8dfc

Please sign in to comment.