Skip to content

Commit

Permalink
fix(package): fix imagemin for windows users
Browse files Browse the repository at this point in the history
npm install sometimes freezes when installing imagemin for windows users.
Using older version of jpegtran fixes this.

gruntjs/grunt-contrib-imagemin#109
  • Loading branch information
DaftMonk committed Dec 22, 2013
1 parent 0ed2a20 commit b3cec22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-htmlmin": "~0.1.3",
"jpegtran-bin": "0.2.0",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.2.0",
Expand Down

0 comments on commit b3cec22

Please sign in to comment.