grunt-html-build
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "grunt-html-build", | ||
"description": "Grunt HTML Builder - Appends scripts and styles, Removes debug parts, append html partials, Template options", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/spatools/grunt-html-build.git", | ||
@@ -22,3 +22,4 @@ "author": { | ||
"peerDependecies": { | ||
"grunt": "0.4.x" | ||
"grunt": "0.4.x", | ||
"js-beautify": "~1.3.1" | ||
}, | ||
@@ -25,0 +26,0 @@ "keywords": [ |
36642