mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
1.7.8
This commit is contained in:
Vendored
+1
-1
@@ -1016,7 +1016,7 @@ var Scope = {
|
|||||||
name = str.slice(i + 2, j);
|
name = str.slice(i + 2, j);
|
||||||
seq.push(name);
|
seq.push(name);
|
||||||
name = '';
|
name = '';
|
||||||
i = j + 1;
|
i = j + 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// foo.bar
|
// foo.bar
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "shopify-liquid",
|
"name": "shopify-liquid",
|
||||||
"version": "1.7.7",
|
"version": "1.7.8",
|
||||||
"description": "A feature-rich Liquid template engine for Node.js and browsers, with compliance with the Ruby version.",
|
"description": "A feature-rich Liquid template engine for Node.js and browsers, with compliance with the Ruby version.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user