aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2020-10-11 19:30:50 +0530
committerLibravatar GitHub <noreply@github.com>2020-10-11 15:00:50 +0100
commit08c8b7d033c83dcba1b99f4ddfa18344f102bcc5 (patch)
tree3cc940535575e3f7a02ec3d73a4ee8a51ce2f03e /package.json
parentRevert "Use imagemin to minify images (#1008)" (diff)
downloadferdium-app-08c8b7d033c83dcba1b99f4ddfa18344f102bcc5.tar.gz
ferdium-app-08c8b7d033c83dcba1b99f4ddfa18344f102bcc5.tar.zst
ferdium-app-08c8b7d033c83dcba1b99f4ddfa18344f102bcc5.zip
Minify images using ImageOptim (lossless compression) (#1012)
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..93e68bbbc 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": "./scripts/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",