xzyfer / sass-graph

Parses import dependencies from a directory of sass files
MIT License
76 stars 59 forks source link

feat(packages): bump `yargs` to `8.x.x` #83

Closed alan-agius4 closed 7 years ago

xzyfer commented 7 years ago

Thanks @alan-agius4. Unfortunately yargs 8 breaks compatibility with Node 0.10 which we still support. In the mean time a bump to yargs@^7 would be nice.

alan-agius4 commented 7 years ago

PR here for yargs 7.x.x #84