Skip to content

Commit

Permalink
chore: add peerDependenciesMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Jul 14, 2023
1 parent 7088a0c commit 4991bb9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 37 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,12 @@
"vitest": "^0.32.2"
},
"peerDependencies": {
"typescript": "*"
},
"optionalDependencies": {
"rollup": "*",
"typescript": "*",
"vite": "*"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
}
}
}
61 changes: 28 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4991bb9

Please sign in to comment.