Skip to content

Commit

Permalink
Moved cypress to optionalDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brendans-bits authored Jul 21, 2024
1 parent 9cd0ac8 commit 3006405
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 3006405

Please sign in to comment.