aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2020-10-09 19:20:03 +0530
committerLibravatar GitHub <noreply@github.com>2020-10-09 14:50:03 +0100
commit5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1 (patch)
treecdc425c4133df2da78c3e3dfcf1b25825a2871dd /package.json
parentAdd recipe for Disqus (#322) (diff)
downloadferdium-recipes-5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.tar.gz
ferdium-recipes-5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.tar.zst
ferdium-recipes-5f7d8ebe6d8a9a9e5a1b4e9f041ece1a7ae38ab1.zip
Use imagemin to minify images (#323)
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 395cfca..bb834a4 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
8 }, 8 },
9 "scripts": { 9 "scripts": {
10 "package": "node scripts/package.js", 10 "package": "node scripts/package.js",
11 "create": "node scripts/create.js" 11 "create": "node scripts/create.js",
12 "minify-images": "./minify-images.sh"
12 }, 13 },
13 "repository": { 14 "repository": {
14 "type": "git", 15 "type": "git",
@@ -29,5 +30,8 @@
29 "image-size": "^0.9.1", 30 "image-size": "^0.9.1",
30 "open": "^7.2.1", 31 "open": "^7.2.1",
31 "targz": "^1.0.1" 32 "targz": "^1.0.1"
33 },
34 "devDependencies": {
35 "imagemin-cli": "^6.0.0"
32 } 36 }
33} 37}