nfroidure / svgicons2svgfont

Concatenate SVG icons and ouput an SVG font
http://nfroidure.github.io/svgiconfont/
MIT License
339 stars 71 forks source link

update dependencies. #105

Closed jaeh closed 4 years ago

jaeh commented 4 years ago

i removed transformation matrix and included the code directly in the app, i can see if #91 and the library linked there can be included easily, but just discovered that issue, so did not do that yet.

updated istanbul to nyc, and updated all other dependencies.

one test is a bit different now, because one of the libraries seems to have changed behaviour (output multiple errors instead of only one if i am correct)

my changes work fine in https://github.com/magic/glyphs.

jaeh commented 4 years ago

the updated dependencies break on node < 10, that's why travis fails.

the node version should be bumped imho, but i understand if backwards compatibility is desired.

NaridaL commented 4 years ago

Thanks. Yeah, Node 8 just left LTS, so I don't think it's worth keeping the backwards compat.