OverZealous / run-sequence

Run a series of dependent gulp tasks in order
MIT License
961 stars 56 forks source link

Specify chalk version #89

Closed AdamWills closed 7 years ago

AdamWills commented 7 years ago

Chalk just updated to v2, which drops support for node 0.12 and below.

In order to maintain compatibility, we need to specify which version of chalk to use.

OverZealous commented 7 years ago

I've been sick today, but I'll merge this in and get it released.

I'm going to have to release this as a major version, in case it's a breaking change for anyone, though.

OverZealous commented 7 years ago

OK v2.0.0 has been released.

gloddy commented 7 years ago

Wanted to say: Thank You! Ran into this issue today. Saw you already jumped on it. Simply updated to v2 and all is well. Thanks so much.