From 39fed95a2b178f28534110104b5f3644de34fea2 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Thu, 25 Feb 2016 13:58:47 -0800 Subject: [PATCH] Create svgo@0.6.1.json Added deps to support config.js dynamic dependency loading. --- package-overrides/npm/svgo@0.6.1.json | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 package-overrides/npm/svgo@0.6.1.json diff --git a/package-overrides/npm/svgo@0.6.1.json b/package-overrides/npm/svgo@0.6.1.json new file mode 100644 index 0000000..5cae151 --- /dev/null +++ b/package-overrides/npm/svgo@0.6.1.json @@ -0,0 +1,47 @@ +{ + "meta": { + "lib/svgo/config.js": { + "deps": [ + "../../plugins/removeDoctype", + "../../plugins/removeXMLProcInst", + "../../plugins/removeComments", + "../../plugins/removeMetadata", + "../../plugins/removeEditorsNSData", + "../../plugins/cleanupAttrs", + "../../plugins/minifyStyles", + "../../plugins/convertStyleToAttrs", + "../../plugins/cleanupIDs", + "../../plugins/removeRasterImages", + "../../plugins/removeUselessDefs", + "../../plugins/cleanupNumericValues", + "../../plugins/cleanupListOfValues", + "../../plugins/convertColors", + "../../plugins/removeUnknownsAndDefaults", + "../../plugins/removeNonInheritableGroupAttrs", + "../../plugins/removeUselessStrokeAndFill", + "../../plugins/removeViewBox", + "../../plugins/cleanupEnableBackground", + "../../plugins/removeHiddenElems", + "../../plugins/removeEmptyText", + "../../plugins/convertShapeToPath", + "../../plugins/moveElemsAttrsToGroup", + "../../plugins/moveGroupAttrsToElems", + "../../plugins/collapseGroups", + "../../plugins/convertPathData", + "../../plugins/convertTransform", + "../../plugins/removeEmptyAttrs", + "../../plugins/removeEmptyContainers", + "../../plugins/mergePaths", + "../../plugins/removeUnusedNS", + "../../plugins/transformsWithOnePath", + "../../plugins/sortAttrs", + "../../plugins/removeTitle", + "../../plugins/removeDesc", + "../../plugins/removeDimensions", + "../../plugins/removeAttrs", + "../../plugins/addClassesToSVGElement", + "../../plugins/removeStyleElement" + ] + } + } +}