diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-08-19 09:48:34 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-08-19 09:48:34 +0000 |
| commit | a705cfa482ad776a4b3369a837a6ae4d0cb7ea22 (patch) | |
| tree | d30025268575a594790d7c1eb59f6e3f45bb34af /config | |
| parent | 3788044e22a8dd993b698b5171499ea6576f6d60 (diff) | |
update svgo to 3.3.2, fixes #4182
Closes #4182
Merge request studip/studip!3274
Diffstat (limited to 'config')
| -rw-r--r-- | config/svgo.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/svgo.config.js b/config/svgo.config.js index c9bc8fe..87cb3f8 100644 --- a/config/svgo.config.js +++ b/config/svgo.config.js @@ -16,7 +16,7 @@ module.exports = { 'cleanupAttrs', 'mergeStyles', 'minifyStyles', - 'cleanupIDs', + 'cleanupIds', 'removeUselessDefs', 'cleanupNumericValues', 'convertColors', |
