gowravshekar / font-awesome-webpack

font-awesome package for webpack
MIT License
192 stars 49 forks source link

Make peer dependency on font-awesome less optimistic #1

Closed manpages closed 9 years ago

manpages commented 9 years ago

Currently dependency is too optimistic:

https://github.com/gowravshekar/font-awesome-webpack/blob/master/package.json#L32

please fix the version. In fact, I'll make a PR soon-ish doing just that :)

flippidippi commented 9 years ago

I think this is causing errors for me with extras and spinning files no longer there.

gowravshekar commented 9 years ago

Bumped the font-awesome required version to 4.3.0.

If Font-Awesome alters the less file names again, use "Custom Configuration" - font-awesome.config.js in future to prevent issues like this.