aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-05 08:46:20 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-06 04:37:03 +0530
commit5c5740d89929de6f40c785f69b3b5897d7052343 (patch)
tree8253acc9d242fcf38d36eacc1b8deb81950da1f7 /package.json
parentRemoved references to png images since they were not being used anyways. (diff)
downloadferdium-recipes-5c5740d89929de6f40c785f69b3b5897d7052343.tar.gz
ferdium-recipes-5c5740d89929de6f40c785f69b3b5897d7052343.tar.zst
ferdium-recipes-5c5740d89929de6f40c785f69b3b5897d7052343.zip
Removed minification of images since we no longer need binary image files.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 2340ec4..8dd2cef 100644
--- a/package.json
+++ b/package.json
@@ -11,8 +11,7 @@
11 "package": "node scripts/package.js", 11 "package": "node scripts/package.js",
12 "create": "node scripts/create.js", 12 "create": "node scripts/create.js",
13 "lint": "eslint --quiet --fix recipes", 13 "lint": "eslint --quiet --fix recipes",
14 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,json,scss}\"", 14 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,json,scss}\""
15 "minify-images": "./scripts/minify-images.sh"
16 }, 15 },
17 "repository": { 16 "repository": {
18 "type": "git", 17 "type": "git",
@@ -38,7 +37,6 @@
38 "babel-eslint": "^10.0.3", 37 "babel-eslint": "^10.0.3",
39 "eslint": "^5.10.0", 38 "eslint": "^5.10.0",
40 "husky": "^6.0.0", 39 "husky": "^6.0.0",
41 "imagemin-cli": "^6.0.0",
42 "prettier": "^2.3.0", 40 "prettier": "^2.3.0",
43 "simple-git": "^2.39.0" 41 "simple-git": "^2.39.0"
44 } 42 }