Skip to content

Commit

Permalink
feat: allowed cypress v4 as a valid peer (#119)
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 e052ece
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
Expand Up @@ -46,12 +46,12 @@
"@types/testing-library__cypress": "^5.0.2"
},
"devDependencies": {
"cypress": "^3.8.3",
"cypress": "^4.0.0",
"kcd-scripts": "^5.0.0",
"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 e052ece

Please sign in to comment.