Skip to content

Commit

Permalink
fix: mark cypress peer dependency as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sampullman committed May 11, 2024
1 parent c085510 commit 99489d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/vue3-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
"cypress": "^13.9.0",
"@cypress/vite-dev-server": "^5.0.7"
},
"peerDependenciesMeta": {
"cypress": {
"optional": true
},
"@cypress/vite-dev-server": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/samatechtw/nx-vue3-vite.git"
Expand Down

0 comments on commit 99489d5

Please sign in to comment.