aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-24 10:55:15 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-24 10:55:15 +0700
commitd88b04b05b64b6fea38e226c3bf344f58c2ceefb (patch)
tree37d0453f258414f483c2ce27623b12de6ce1b09f /package.json
parentTrigger pull request build after replugging Travis (diff)
parentAdd darkreader to feature list and changelog (diff)
downloadferdium-app-d88b04b05b64b6fea38e226c3bf344f58c2ceefb.tar.gz
ferdium-app-d88b04b05b64b6fea38e226c3bf344f58c2ceefb.tar.zst
ferdium-app-d88b04b05b64b6fea38e226c3bf344f58c2ceefb.zip
Merge branch 'master' into feat/macos-signing
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json
index 2f6c797de..a3199a5cc 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,8 @@
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",
9 "homepage": "https://github.com/kytwb/ferdi", 9 "homepage": "https://github.com/getferdi/ferdi",
10 "repository": "https://github.com/kytwb/ferdi.git", 10 "repository": "https://github.com/getferdi/ferdi.git",
11 "private": true, 11 "private": true,
12 "scripts": { 12 "scripts": {
13 "prestart": "npm run rebuild", 13 "prestart": "npm run rebuild",
@@ -29,7 +29,8 @@
29 "packages": "npx lerna publish --no-git-tag-version", 29 "packages": "npx lerna publish --no-git-tag-version",
30 "uidev": "cd uidev && webpack-dev-server", 30 "uidev": "cd uidev && webpack-dev-server",
31 "postinstall": "npx lerna run prepare", 31 "postinstall": "npx lerna run prepare",
32 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations" 32 "apply-branding": "node ./src/i18n/apply-branding.js",
33 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding"
33 }, 34 },
34 "keywords": [], 35 "keywords": [],
35 "author": "Amine Mouafik <amine@mouafik.fr>", 36 "author": "Amine Mouafik <amine@mouafik.fr>",
@@ -43,9 +44,10 @@
43 "@meetfranz/theme": "file:packages/theme", 44 "@meetfranz/theme": "file:packages/theme",
44 "@meetfranz/ui": "file:packages/ui", 45 "@meetfranz/ui": "file:packages/ui",
45 "address-rfc2822": "^2.0.1", 46 "address-rfc2822": "^2.0.1",
46 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git", 47 "auto-launch": "5.0.5",
47 "classnames": "2.2.6", 48 "classnames": "2.2.6",
48 "cld3-asm": "1.0.1", 49 "cld3-asm": "1.0.1",
50 "darkreader": "4.7.15",
49 "du": "^0.1.0", 51 "du": "^0.1.0",
50 "electron-dl": "1.12.0", 52 "electron-dl": "1.12.0",
51 "electron-fetch": "1.3.0", 53 "electron-fetch": "1.3.0",
@@ -171,7 +173,7 @@
171 ], 173 ],
172 "husky": { 174 "husky": {
173 "hooks": { 175 "hooks": {
174 "pre-push": "npm run lint && npm run reformat-files && npm run manage-translations" 176 "pre-push": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding"
175 } 177 }
176 } 178 }
177} 179}