mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
1.6.1
This commit is contained in:
Vendored
+3
-1
@@ -344,7 +344,9 @@ function factory(options) {
|
||||
cache: false,
|
||||
extname: '.liquid',
|
||||
trim_right: false,
|
||||
trim_left: false
|
||||
trim_left: false,
|
||||
strict_filters: false,
|
||||
strict_variables: false
|
||||
}, options);
|
||||
options.root = normalizeStringArray(options.root);
|
||||
|
||||
|
||||
Vendored
+2
-3
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "shopify-liquid",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"description": "A feature-rich Liquid template engine for Node.js and browsers, with compliance with the Ruby version.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user