Skip to content

Commit

Permalink
Merge pull request #3184 from brendans-bits/optionalDependencies
Browse files Browse the repository at this point in the history
Moved cypress to `optionalDependencies`
  • Loading branch information
advplyr authored Jul 21, 2024
2 parents 9cd0ac8 + 3006405 commit f746e24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
"devDependencies": {
"@nuxtjs/pwa": "^3.3.5",
"autoprefixer": "^10.4.7",
"cypress": "^13.7.3",
"postcss": "^8.3.6",
"tailwindcss": "^3.4.1"
},
"optionalDependencies": {
"cypress": "^13.7.3"
}
}

0 comments on commit f746e24

Please sign in to comment.