This commit is contained in:
harttle
2017-10-31 00:11:35 +08:00
parent 23e7424f9d
commit 329aea6bd6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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": {