Skip to content

Commit

Permalink
package.json naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Farid-Karimli committed May 23, 2024
1 parent 0895aa6 commit 75142ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = {
mainConfig: "./webpack.main.config.js",
renderer: {
config: "./webpack.renderer.config.js",
nodeIntegration: true,
entryPoints: [
{
html: "./src/index.html",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "interface",
"productName": "interface",
"name": "airmouse",
"productName": "AirMouse",
"version": "1.0.0",
"description": "My Electron application description",
"description": "Control the mouse with your hands.",
"main": ".webpack/main",
"scripts": {
"start": "electron-forge start",
Expand Down

0 comments on commit 75142ac

Please sign in to comment.