getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Update Grunt imagemin in package.json #314

Open getdave opened 10 years ago

getdave commented 10 years ago

Update Grunt imagemin in package.json to latest

https://github.com/gruntjs/grunt-contrib-imagemin/releases

getdave commented 10 years ago

Also consider running this

npm outdated

...and try updating any modules that are in the repo's theme package.json

Obviously will require test to check it hasn't broken things...