From 4a9f5daf6cc508ab6d4437cd13436377cb6db78c Mon Sep 17 00:00:00 2001 From: Joel Denning Date: Fri, 14 Oct 2016 10:45:13 -0600 Subject: [PATCH] Adding in new plugins needed for 0.7.1 --- package-overrides/npm/svgo@0.7.1.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package-overrides/npm/svgo@0.7.1.json b/package-overrides/npm/svgo@0.7.1.json index 5cae151..e50978d 100644 --- a/package-overrides/npm/svgo@0.7.1.json +++ b/package-overrides/npm/svgo@0.7.1.json @@ -40,7 +40,10 @@ "../../plugins/removeDimensions", "../../plugins/removeAttrs", "../../plugins/addClassesToSVGElement", - "../../plugins/removeStyleElement" + "../../plugins/removeStyleElement", + "../../plugins/removeXMLNS", + "../../plugins/removeElementsByAttr", + "../../plugins/addAttributesToSVGElement" ] } }