summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 112260c..670f160 100644
--- a/package.json
+++ b/package.json
@@ -9,9 +9,10 @@
"test": "npm run formatting:check",
"build": "tsc",
"start": "npm run build && electron .",
+ "run_electron": "electron .",
"package": "npm run build && electron-builder build -wl",
- "formatting:check": "prettier \"*.(json|md)\" src/ --check",
- "formatting:fix": "prettier \"*.(json|md)\" src/ --write"
+ "formatting:check": "prettier \"*.(json|md|yml)\" src/ --check",
+ "formatting:fix": "prettier \"*.(json|md|yml)\" src/ --write"
},
"postinstall": "electron-builder install-app-deps",
"author": "LawnCable",
@@ -21,7 +22,7 @@
"@types/fs-extra": "^9.0.7",
"@types/node": "^14.14.31",
"electron": "^11.3.0",
- "electron-builder": "^20.39.0",
+ "electron-builder": "^22.10.5",
"typescript": "^4.2.2"
},
"files": [