summaryrefslogtreecommitdiffstats
path: root/svgo.config.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-07 12:22:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-04-07 12:22:26 +0000
commitd50fca7dd40f596ebb8b50cd9c4140857f2a0637 (patch)
treea8b40991dcab905c34658c3d860ad7e0a4554c9d /svgo.config.js
parentReleasing debian version 1.10.3+dfsg-1. (diff)
downloadbootstrap-icons-d50fca7dd40f596ebb8b50cd9c4140857f2a0637.tar.xz
bootstrap-icons-d50fca7dd40f596ebb8b50cd9c4140857f2a0637.zip
Merging upstream version 1.10.4+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--svgo.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/svgo.config.js b/svgo.config.js
index 19c41a8..d3a55ae 100644
--- a/svgo.config.js
+++ b/svgo.config.js
@@ -1,6 +1,6 @@
'use strict'
-const path = require('path')
+const path = require('node:path')
module.exports = {
multipass: true,
@@ -24,7 +24,6 @@ module.exports = {
// The next plugins are included in svgo but are not part of preset-default,
// so we need to enable them separately
'cleanupListOfValues',
- 'sortAttrs',
{
name: 'removeAttrs',
params: {