We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b0ba6 commit e74eddbCopy full SHA for e74eddb
1 file changed
package.json
@@ -13,7 +13,6 @@
13
"copy-scripts-static": "node scripts/copy-static.js",
14
"start": "electron .",
15
"generate-icons": "node scripts/generate-icons.js",
16
-
17
"publish_1": "git version minor",
18
"publish_2": "git push",
19
"publish_3": "git push --tags",
@@ -78,6 +77,7 @@
78
77
"typescript": "^5.9.3"
79
},
80
"dependencies": {
+ "axios": "^1.13.4",
81
"dotenv": "^17.2.3",
82
"electron-is-dev": "^3.0.1",
83
"electron-updater": "^6.6.2"
0 commit comments