grunt-angular-templates
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "grunt-angular-templates", | ||
"description": "Grunt build task to concatenate & register your AngularJS templates in the $templateCache", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/ericclemmons/grunt-angular-templates", | ||
@@ -35,4 +35,8 @@ "author": { | ||
"keywords": [ | ||
"gruntplugin" | ||
"gruntplugin", | ||
"angular", | ||
"template", | ||
"templates", | ||
"concat" | ||
] | ||
} |
8740