jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

Use same override for svgo@0.7.1 as 0.6.1 #987

Closed joeldenning closed 7 years ago

joeldenning commented 7 years ago

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. See the similar override for 0.6.1. This pull request adds three more plugins that have been written that were not part of 0.6.1:

"../../plugins/removeXMLNS" "../../plugins/removeElementsByAttr" "../../plugins/addAttributesToSVGElement"

guybedford commented 7 years ago

:+1: