Skip to content

Commit

Permalink
chore: add needed Vite infra details (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Mar 28, 2023
1 parent a1b18b4 commit 1cb2f99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@electron-forge/template-base": "6.1.0",
"@electron-forge/template-webpack": "6.1.0",
"@electron-forge/template-webpack-typescript": "6.1.0",
"@electron-forge/template-vite": "6.1.0",
"@electron/get": "^2.0.0",
"@electron/rebuild": "^3.2.10",
"@malept/cross-spawn-promise": "^2.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/plugin/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
"chalk": "^4.0.0",
"debug": "^4.3.1",
"vite": "^4.1.1"
},
"publishConfig": {
"access": "public"
}
}
3 changes: 3 additions & 0 deletions packages/template/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"@electron-forge/test-utils": "6.1.0",
"chai": "^4.3.3",
"listr2": "^5.0.3"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 1cb2f99

Please sign in to comment.