Skip to content

Commit e0a780b

Browse files
authored
Update package.json
1 parent 09b248e commit e0a780b

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "two-sites-viewer",
3-
"version": "1.0.1",
4-
"description": "Electron app: single window with two stacked websites",
3+
"version": "1.0.2",
4+
"description": "Electron app: single window with two stacked websites (with logging + live config)",
55
"main": "main.js",
66
"private": true,
77
"type": "module",
88
"scripts": {
9-
"start": "set ELECTRON_ENABLE_LOGGING=1&& electron .",
9+
"start": "electron .",
1010
"build:win": "electron-builder --win portable"
1111
},
1212
"devDependencies": {
@@ -23,9 +23,7 @@
2323
"package.json"
2424
],
2525
"win": {
26-
"target": [
27-
"portable"
28-
]
26+
"target": ["portable"]
2927
}
3028
}
31-
}
29+
}

0 commit comments

Comments
 (0)