xzyfer / sass-graph

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

Drop support for io.js and Node.js < 4 #88

Closed realityking closed 6 years ago

realityking commented 7 years ago

Not sure if you want to take this step, it'd obviously require a major version bump.

Biggest advantage right now is that it unblocks updates on a lot of dependencies and dev dependencies. I bumped all of them in this PR. I also used Object.assign instead of lodash's _.assign.

There are of course more new language features (const/let and classes are the obvious ones) that could be used here but I didn't want to clutter the PR too much.

Closes #81

realityking commented 6 years ago

@xzyfer Could you check this out? Thanks.

xzyfer commented 6 years ago

Thanks for this @realityking. Apologies for the delay I have had my hands full.