Skip to content

Commit c95165f

Browse files
committed
Aktualisiere die Hauptdatei in package.json auf main.js und füge das Start-Skript hinzu
1 parent 4095983 commit c95165f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"license": "ISC",
66
"author": "",
77
"type": "module",
8-
"main": "index.js",
8+
"main": "main.js",
99
"scripts": {
10+
"start": "electron .",
1011
"test": "echo \"Error: no test specified\" && exit 1"
1112
},
1213
"dependencies": {
@@ -17,5 +18,8 @@
1718
"tar": "^7.4.3",
1819
"uuid": "^11.1.0",
1920
"windows-shortcuts": "^0.1.6"
21+
},
22+
"devDependencies": {
23+
"electron": "^25.0.0"
2024
}
21-
}
25+
}

0 commit comments

Comments
 (0)