mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 22:10:41 -07:00
2.0.1
This commit is contained in:
Vendored
+1
-1
@@ -342,7 +342,7 @@ function factory(options) {
|
|||||||
options = _.assign({
|
options = _.assign({
|
||||||
root: ['.'],
|
root: ['.'],
|
||||||
cache: false,
|
cache: false,
|
||||||
extname: '.liquid',
|
extname: '',
|
||||||
trim_tag_right: false,
|
trim_tag_right: false,
|
||||||
trim_tag_left: false,
|
trim_tag_left: false,
|
||||||
trim_value_right: false,
|
trim_value_right: false,
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "liquidjs",
|
"name": "liquidjs",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "A Liquid template engine for Node.js and browsers, with all shopify/liquid features.",
|
"description": "A Liquid template engine for Node.js and browsers, with all shopify/liquid features.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user