fcd24753 by Adam Heath

Remove version spec on grunt-contrib-uglify.

1 parent d1fa039a
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 "ignore": [ 4 "ignore": [
5 "**/.*", 5 "**/.*",
6 "node_modules", 6 "node_modules",
......
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",
......