liquid-node
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -81,3 +81,2 @@ // Generated by CoffeeScript 1.7.1 | ||
block = new Liquid.Condition(this.markup, '==', value); | ||
console.log(block); | ||
this.blocks.push(block); | ||
@@ -84,0 +83,0 @@ _results.push(this.nodelist = block.attach(nodelist)); |
@@ -15,3 +15,3 @@ { | ||
"description": "Node.js port of Tobias Lütke's Liquid template engine.", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"license": "MIT", | ||
@@ -18,0 +18,0 @@ "homepage": "https://github.com/sirlantis/liquid-node", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1005220
2109