grunt-html-inheritance
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "grunt-html-inheritance", | ||
"description": "The engine to build htmls with replacing, inserting or modifing separated tags only using small html patches.", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"homepage": "https://github.com/huston007/grunt-html-inheritance", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -33,6 +33,5 @@ /* | ||
return true; | ||
} else { | ||
return false; | ||
} | ||
} | ||
} | ||
return false; | ||
}); | ||
@@ -39,0 +38,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21387
304