Skip to content

Commit

Permalink
remove imagemin node package
Browse files Browse the repository at this point in the history
  • Loading branch information
nathakits committed Jun 1, 2017
1 parent e128220 commit d551ec0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ rev_replace = require 'gulp-rev-replace'
webp = require 'gulp-webp'
size = require 'gulp-size'
rename = require 'gulp-rename'
imagemin = require 'gulp-imagemin'
imgResize = require 'gulp-image-resize'

# =================================================================
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"gulp-concat": "^2.6.1",
"gulp-favicons": "^2.2.7",
"gulp-image-resize": "^0.12.0",
"gulp-imagemin": "^3.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
Expand Down

0 comments on commit d551ec0

Please sign in to comment.