Remove imagemin version restriction.
Showing
1 changed file
with
2 additions
and
2 deletions
1 | { | 1 | { |
2 | "name": "grunt-monty-python", | 2 | "name": "grunt-monty-python", |
3 | "version": "2016.05.24-0", | 3 | "version": "2016.05.24-1", |
4 | "description": "Build system for grunt", | 4 | "description": "Build system for grunt", |
5 | "license": "BSD", | 5 | "license": "BSD", |
6 | "repository": { | 6 | "repository": { |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | "grunt-contrib-cssmin": "~0.12.3", | 23 | "grunt-contrib-cssmin": "~0.12.3", |
24 | "grunt-contrib-jshint": "~0", | 24 | "grunt-contrib-jshint": "~0", |
25 | "grunt-contrib-htmlmin": "~0", | 25 | "grunt-contrib-htmlmin": "~0", |
26 | "grunt-contrib-imagemin": "~0", | 26 | "grunt-contrib-imagemin": "", |
27 | "grunt-contrib-jasmine": "", | 27 | "grunt-contrib-jasmine": "", |
28 | "grunt-contrib-requirejs": "~0", | 28 | "grunt-contrib-requirejs": "~0", |
29 | "grunt-contrib-uglify": "~0", | 29 | "grunt-contrib-uglify": "~0", | ... | ... |
-
Please register or sign in to post a comment