Remove version spec on grunt-contrib-uglify.
Showing
2 changed files
with
3 additions
and
3 deletions
1 | { | 1 | { |
2 | "name": "grunt-monty-python", | 2 | "name": "grunt-monty-python", |
3 | "version": "2016.05.27-1", | 3 | "version": "2016.05.27-2", |
4 | "description": "Build system for grunt", | 4 | "description": "Build system for grunt", |
5 | "license": "BSD", | 5 | "license": "BSD", |
6 | "repository": { | 6 | "repository": { |
... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
26 | "grunt-contrib-imagemin": "", | 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": "", |
30 | "grunt-jscs": "", | 30 | "grunt-jscs": "", |
31 | "grunt-rev": "~0", | 31 | "grunt-rev": "~0", |
32 | "grunt-svgmin": "~0", | 32 | "grunt-svgmin": "~0", | ... | ... |
-
Please register or sign in to post a comment