mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
1.6.1
This commit is contained in:
Vendored
+3
-1
@@ -344,7 +344,9 @@ function factory(options) {
|
|||||||
cache: false,
|
cache: false,
|
||||||
extname: '.liquid',
|
extname: '.liquid',
|
||||||
trim_right: false,
|
trim_right: false,
|
||||||
trim_left: false
|
trim_left: false,
|
||||||
|
strict_filters: false,
|
||||||
|
strict_variables: false
|
||||||
}, options);
|
}, options);
|
||||||
options.root = normalizeStringArray(options.root);
|
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",
|
"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.",
|
"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