We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b248e commit e0a780bCopy full SHA for e0a780b
1 file changed
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "two-sites-viewer",
3
- "version": "1.0.1",
4
- "description": "Electron app: single window with two stacked websites",
+ "version": "1.0.2",
+ "description": "Electron app: single window with two stacked websites (with logging + live config)",
5
"main": "main.js",
6
"private": true,
7
"type": "module",
8
"scripts": {
9
- "start": "set ELECTRON_ENABLE_LOGGING=1&& electron .",
+ "start": "electron .",
10
"build:win": "electron-builder --win portable"
11
},
12
"devDependencies": {
@@ -23,9 +23,7 @@
23
"package.json"
24
],
25
"win": {
26
- "target": [
27
- "portable"
28
- ]
+ "target": ["portable"]
29
}
30
31
-}
+}
0 commit comments