Skip to content

Commit

Permalink
chore: restore vite-plugin-electron-renderer in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Mar 17, 2024
1 parent 412ed9b commit 4f7748c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
"test": "vitest run",
"prepublishOnly": "npm run build && npm run test"
},
"peerDependencies": {
"vite-plugin-electron-renderer": "*"
},
"peerDependenciesMeta": {
"vite-plugin-electron-renderer": {
"optional": true
}
},
"devDependencies": {
"rollup": "^4.13.0",
"typescript": "^5.4.2",
Expand Down

0 comments on commit 4f7748c

Please sign in to comment.