nDmitry / grunt-postcss

Apply several post-processors to your CSS using PostCSS.
MIT License
419 stars 57 forks source link

Update diffs dependency #100

Closed nicolasroger17 closed 8 years ago

nicolasroger17 commented 8 years ago

Your dependency diffs just made a major update and your code doesn't work properly with it. You should lock to a <3.0 version or update the code. https://github.com/kpdecker/jsdiff/releases

nDmitry commented 8 years ago

It is already locked on 2.x.x https://github.com/nDmitry/grunt-postcss/blob/master/package.json#L30

nicolasroger17 commented 8 years ago

Ok. I've reinstalled all my deps and then postcss stopped working. I thought it would be a problem with this diffs library cause the update times coincided. I'll check again. Thx for the reply.