update grunt-angular-templates version to fix HTML minification hanging in Grunt build

This commit is contained in:
alecmerdler 2017-04-06 16:11:27 -07:00
parent a8ec7865a7
commit be59a910d4

View file

@ -5,7 +5,7 @@
"grunt": "~0.4.4",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-angular-templates": "~0.5.4",
"grunt-angular-templates": "~1.1.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-cachebuster": "~0.1.5"
}