We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0997e97 commit f382baeCopy full SHA for f382bae
config/grunt/image.js config/grunt/imagemin.jsconfig/grunt/image.js renamed to config/grunt/imagemin.js
@@ -1,4 +1,4 @@
1
-// https://github.com/1000ch/grunt-image
+// https://github.com/gruntjs/grunt-contrib-imagemin
2
module.exports = {
3
images: {
4
files: [
package.json
@@ -28,9 +28,9 @@
28
"grunt-contrib-compress": "~0.13",
29
"grunt-contrib-copy": "~0.8",
30
"grunt-contrib-cssmin": "~0.12",
31
+ "grunt-contrib-imagemin": "~0.9",
32
"grunt-contrib-uglify": "~0.9",
33
"grunt-contrib-watch": "~0.6",
- "grunt-image": "~1.0",
34
"grunt-jsbeautifier": "~0.2",
35
"grunt-newer": "~1.1",
36
"grunt-postcss": "~0.5",
0 commit comments