Skip to content

Commit

Permalink
fix(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Feb 27, 2019
1 parent b60c65f commit d6ecc2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const zopfli = require('imagemin-zopfli')
const defaults = {
gifsicle: {},
jpegrecompress: { quality: 'medium' },
pngquant: { quality: '65-80' },
pngquant: { quality: [0.6, 0.8] },
svgo: {}
}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
"devDependencies": {
"metalsmith": "^2.3.0",
"rimraf": "^2.6.2",
"tap": "^12.0.1"
"rimraf": "^2.6.3",
"tap": "^12.5.3"
},
"dependencies": {
"imagemin": "^6.0.0",
"imagemin": "^6.1.0",
"imagemin-advpng": "^5.0.0",
"imagemin-giflossy": "^5.1.10",
"imagemin-gifsicle": "^6.0.1",
Expand Down

0 comments on commit d6ecc2c

Please sign in to comment.