aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-18 20:15:56 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-18 20:15:56 +0200
commitd443bca3c82230dd6b9c59d55fbde01a051a6ab5 (patch)
tree68751f48cc2ed70d0e78a1f5bb102ee9daedd334 /package.json
parentFix lint (diff)
parentFix lint (diff)
downloadferdium-app-d443bca3c82230dd6b9c59d55fbde01a051a6ab5.tar.gz
ferdium-app-d443bca3c82230dd6b9c59d55fbde01a051a6ab5.tar.zst
ferdium-app-d443bca3c82230dd6b9c59d55fbde01a051a6ab5.zip
Merge branch 'develop' into local-server
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index d3720883d..52681241b 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,8 @@
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 "apply-branding": "node ./src/i18n/apply-branding.js", 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 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding",
34 "build-theme-info": "node src/scripts/build-theme-info.js"
34 }, 35 },
35 "keywords": [], 36 "keywords": [],
36 "author": "Amine Mouafik <amine@mouafik.fr>", 37 "author": "Amine Mouafik <amine@mouafik.fr>",
@@ -61,6 +62,7 @@
61 "btoa": "1.2.1", 62 "btoa": "1.2.1",
62 "classnames": "2.2.6", 63 "classnames": "2.2.6",
63 "cld3-asm": "1.0.1", 64 "cld3-asm": "1.0.1",
65 "css": "2.2.4",
64 "darkreader": "4.7.15", 66 "darkreader": "4.7.15",
65 "du": "^0.1.0", 67 "du": "^0.1.0",
66 "electron-dl": "1.14.0", 68 "electron-dl": "1.14.0",