From d50fca7dd40f596ebb8b50cd9c4140857f2a0637 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Apr 2023 14:22:26 +0200 Subject: Merging upstream version 1.10.4+dfsg. Signed-off-by: Daniel Baumann --- svgo.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svgo.config.js') 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: { -- cgit v1.2.3