Skip to content

Commit

Permalink
move eslint-plugin-cypress into a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Nov 13, 2019
1 parent c29af39 commit 61779d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -172,6 +172,7 @@
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"eslint": "^6.5.1",
"eslint-plugin-cypress": "^2.7.0",
"eslint-plugin-react": "^7.15.1",
"esm": "^3.2.25",
"github-release-from-changelog": "^2.1.0",
Expand Down Expand Up @@ -226,8 +227,7 @@
},
"optionalDependencies": {
"@cypress/webpack-preprocessor": "^4.1.0",
"cypress": "^3.4.1",
"eslint-plugin-cypress": "^2.7.0"
"cypress": "^3.4.1"
},
"engines": {
"node": ">=8.10.0",
Expand Down

0 comments on commit 61779d1

Please sign in to comment.