Skip to content

Commit

Permalink
chore(dep-dev): 🔧 remove svgo as it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 25, 2024
1 parent d7f6c0c commit 0eb9a8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 140 deletions.
40 changes: 0 additions & 40 deletions .svgo.config.js

This file was deleted.

98 changes: 1 addition & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"lint:js": "eslint --cache --max-warnings 0 .",
"lint:styles": "stylelint \"**/*.{less,css}\"",
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
"test": "",
"prepare": "husky"
},
Expand All @@ -23,8 +22,7 @@
"stylelint": "15.11.0",
"stylelint-config-recess-order": "4.6.0",
"stylelint-config-wikimedia": "0.16.1",
"stylelint-order": "^6.0.3",
"svgo": "3.3.1"
"stylelint-order": "^6.0.3"
},
"version": "2.13.5"
}

0 comments on commit 0eb9a8a

Please sign in to comment.