Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "remixml", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "XML/HTML-like macro language/template compiler engine", | ||
@@ -5,0 +5,0 @@ "main": "remixml.min.js", |
@@ -21,3 +21,3 @@ <h1>Remixml</h1> | ||
- Extensible with custom filters and tags programmed in Javascript. | ||
- Available everywhere in node and all modern web browsers (including IE11). | ||
- Available everywhere in node and all modern web browsers. | ||
- It contains a fully featured fast validating XHTML parser. | ||
@@ -49,3 +49,3 @@ - It shields the Remixml programmer from fatal browser errors by | ||
Minified and gzip-compressed, it is less than 7 KB of code. | ||
Minified and gzip-compressed, it is less than 6 KB of code. | ||
@@ -52,0 +52,0 @@ It has zero dependencies on other modules. |
556297