aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json
index becd0d227..01b902bc0 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
2 "name": "ferdi", 2 "name": "ferdi",
3 "productName": "Ferdi", 3 "productName": "Ferdi",
4 "appId": "com.kytwb.ferdi", 4 "appId": "com.kytwb.ferdi",
5 "version": "5.5.0-gm", 5 "version": "5.5.0",
6 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", 6 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.",
7 "copyright": "kytwb", 7 "copyright": "kytwb",
8 "main": "index.js", 8 "main": "index.js",
@@ -20,7 +20,7 @@
20 "lint": "eslint --quiet --fix src", 20 "lint": "eslint --quiet --fix src",
21 "manage-translations": "node ./src/i18n/manage-translations.js", 21 "manage-translations": "node ./src/i18n/manage-translations.js",
22 "prebuild": "gulp build", 22 "prebuild": "gulp build",
23 "build": "npx electron-builder --publish onTag", 23 "build": "npx electron-builder",
24 "rebuild": "npx electron-rebuild", 24 "rebuild": "npx electron-rebuild",
25 "commit": "git-cz", 25 "commit": "git-cz",
26 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", 26 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
@@ -32,7 +32,8 @@
32 "apply-branding": "node ./src/i18n/apply-branding.js", 32 "apply-branding": "node ./src/i18n/apply-branding.js",
33 "update-submodules": "git submodule update --remote --force && git add .", 33 "update-submodules": "git submodule update --remote --force && git add .",
34 "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", 34 "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding",
35 "build-theme-info": "node src/scripts/build-theme-info.js" 35 "build-theme-info": "node src/scripts/build-theme-info.js",
36 "link-readme": "node src/scripts/link-readme.js"
36 }, 37 },
37 "keywords": [], 38 "keywords": [],
38 "author": "Amine Mouafik <amine@mouafik.fr>", 39 "author": "Amine Mouafik <amine@mouafik.fr>",
@@ -157,7 +158,7 @@
157 "cross-env": "^5.0.5", 158 "cross-env": "^5.0.5",
158 "cz-conventional-changelog": "2.1.0", 159 "cz-conventional-changelog": "2.1.0",
159 "dotenv": "^4.0.0", 160 "dotenv": "^4.0.0",
160 "electron": "8.1.1", 161 "electron": "8.2.3",
161 "electron-builder": "22.4.1", 162 "electron-builder": "22.4.1",
162 "electron-notarize": "0.2.1", 163 "electron-notarize": "0.2.1",
163 "electron-rebuild": "1.10.0", 164 "electron-rebuild": "1.10.0",