aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2020-10-09 19:48:26 +0530
committerLibravatar GitHub <noreply@github.com>2020-10-09 15:18:26 +0100
commit030197a95f007bdbe0cfb4bfe9ec189d58b2b6fc (patch)
treeeca0e436760c75836ae3e8a7a02d04432d685d42 /package.json
parentUpgrade electron to 9.3.2 (#1009) (diff)
downloadferdium-app-030197a95f007bdbe0cfb4bfe9ec189d58b2b6fc.tar.gz
ferdium-app-030197a95f007bdbe0cfb4bfe9ec189d58b2b6fc.tar.zst
ferdium-app-030197a95f007bdbe0cfb4bfe9ec189d58b2b6fc.zip
Use imagemin to minify images (#1008)
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 6e4cbb334..5939006cb 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,8 @@
34 "update-submodules": "git submodule update --remote --force && git add .", 34 "update-submodules": "git submodule update --remote --force && git add .",
35 "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", 35 "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding",
36 "build-theme-info": "node src/scripts/build-theme-info.js", 36 "build-theme-info": "node src/scripts/build-theme-info.js",
37 "link-readme": "node src/scripts/link-readme.js" 37 "link-readme": "node src/scripts/link-readme.js",
38 "minify-images": "./minify-images.sh"
38 }, 39 },
39 "keywords": [], 40 "keywords": [],
40 "author": "Amine Mouafik <amine@mouafik.fr>", 41 "author": "Amine Mouafik <amine@mouafik.fr>",
@@ -181,6 +182,7 @@
181 "hex-rgb": "3.0.0", 182 "hex-rgb": "3.0.0",
182 "html-webpack-plugin": "4.0.0-beta.5", 183 "html-webpack-plugin": "4.0.0-beta.5",
183 "husky": "^1.1.4", 184 "husky": "^1.1.4",
185 "imagemin-cli": "6.0.0",
184 "jest": "24.9.0", 186 "jest": "24.9.0",
185 "kebab-case": "1.0.0", 187 "kebab-case": "1.0.0",
186 "lerna": "3.19.0", 188 "lerna": "3.19.0",