nDmitry / grunt-autoprefixer

Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.
MIT License
795 stars 60 forks source link

Update autoprefixer dependency to 1.1.20140302 #33

Closed nhoizey closed 10 years ago

nhoizey commented 10 years ago

Cf https://github.com/ai/autoprefixer/issues/209#issuecomment-36450013

nDmitry commented 10 years ago

https://www.npmjs.org/doc/misc/semver.html#Ranges

nhoizey commented 10 years ago

It didn't update when I ran npm update grunt-autoprefixer --save-dev, I was stucked with previous release.

I had to run npm update autoprefixer --save-dev

nDmitry commented 10 years ago

It didn't update when I ran npm update grunt-autoprefixer --save-dev

Try to update NPM, update command works recursively AFAIR. Also new installations come with latest Autoprefixer, so you can run npm install grunt-autoprefixer --save-dev to update Autoprefixer.