aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-08 13:51:46 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-08 13:51:46 +0100
commit3f8e9a9144a2c1f353d40acc7bd006489a649c03 (patch)
tree23a681f887936d412ea35bc0a6e4f54a778956ab /package.json
parentMerge branch 'develop' into release (diff)
parentMerge branch 'develop' into nightly (diff)
downloadferdium-app-3f8e9a9144a2c1f353d40acc7bd006489a649c03.tar.gz
ferdium-app-3f8e9a9144a2c1f353d40acc7bd006489a649c03.tar.zst
ferdium-app-3f8e9a9144a2c1f353d40acc7bd006489a649c03.zip
Merge branch 'nightly' into release
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json
index 5bbbadbc9..321b585cf 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
3 "productName": "Ferdi", 3 "productName": "Ferdi",
4 "desktopName": "ferdi.desktop", 4 "desktopName": "ferdi.desktop",
5 "appId": "com.kytwb.ferdi", 5 "appId": "com.kytwb.ferdi",
6 "version": "5.6.8", 6 "version": "5.6.9-nightly.2",
7 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", 7 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.",
8 "copyright": "kytwb", 8 "copyright": "kytwb",
9 "main": "index.js", 9 "main": "index.js",
@@ -33,9 +33,8 @@
33 "build": "electron-builder", 33 "build": "electron-builder",
34 "contributors": "all-contributors", 34 "contributors": "all-contributors",
35 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", 35 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
36 "apply-branding": "ts-node ./src/i18n/apply-branding.ts",
37 "update-submodules": "git submodule update --init --recursive --remote --rebase --force", 36 "update-submodules": "git submodule update --init --recursive --remote --rebase --force",
38 "prepare-code": "npm run lint:fix && npm run reformat-files && npm run manage-translations && npm run apply-branding", 37 "prepare-code": "npm run lint:fix && npm run reformat-files && npm run manage-translations",
39 "link-readme": "ts-node scripts/link-readme.ts", 38 "link-readme": "ts-node scripts/link-readme.ts",
40 "minify-images": "./scripts/minify-images.sh", 39 "minify-images": "./scripts/minify-images.sh",
41 "start:server": "ts-node src/internal-server/test.ts", 40 "start:server": "ts-node src/internal-server/test.ts",
@@ -72,7 +71,6 @@
72 "dbus-next": "^0.10.2", 71 "dbus-next": "^0.10.2",
73 "debug": "^4.3.2", 72 "debug": "^4.3.2",
74 "electron-dl": "^3.2.1", 73 "electron-dl": "^3.2.1",
75 "electron-fetch": "^1.7.4",
76 "electron-find": "^1.0.7", 74 "electron-find": "^1.0.7",
77 "electron-react-titlebar": "^1.1.0", 75 "electron-react-titlebar": "^1.1.0",
78 "electron-updater": "^4.6.5", 76 "electron-updater": "^4.6.5",