Skip to content

Commit

Permalink
fix(deps): mark the webpack preprocessor as optional peer dep (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 authored May 23, 2023
1 parent 9466e72 commit ea3d690
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cypress-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"peerDependenciesMeta": {
"@badeball/cypress-cucumber-preprocessor": {
"optional": true
},
"@cypress/webpack-preprocessor": {
"optional": true
}
}
}

0 comments on commit ea3d690

Please sign in to comment.