Use same override for svgo@0.7.1 as 0.6.1

svgo released a new version that still has not fixed https://github.com/svg/svgo/issues/504.
Since the dependencies are not statically declared, we need this override.
This commit is contained in:
Joel Denning
2016-10-14 10:32:02 -06:00
parent 53ff36b8e6
commit 9c99beb818
+47
View File
@@ -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"
]
}
}
}